cURL
curl --request GET \ --url https://openapi.pluuug.com/v1/client/{client_id} \ --header 'X-API-Key: <api-key>' \ --header 'X-Signature: <api-key>'
{ "id": 123, "companyName": "<string>", "created": "2023-11-07T05:31:56Z", "status": { "id": 123, "title": "<string>" }, "inCharge": "<string>", "position": "<string>", "contact": "<string>", "email": "jsmith@example.com", "content": "<string>", "businessRegistrationNumber": "<string>", "ceoName": "<string>", "companyAddress": "<string>", "companyDetailAddress": "<string>", "businessType": "<string>", "businessClass": "<string>", "branchNumber": "<string>", "taxInvoiceEmail": "<string>", "fieldSet": [ { "field": { "id": 123, "name": "<string>", "dataType": "S", "optionSet": [ { "id": "<string>", "title": "<string>" } ], "memberSet": [ { "id": 123, "nickname": "<string>", "email": "<string>", "isActive": true, "grade": { "id": 123, "title": "<string>" } } ] }, "value": "<string>" } ] }
HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.
회사명
128
생성일시
고객 상태
Show child attributes
담당자
64
직책
연락처
이메일
메모
사업자 등록번호
16
대표자
소재지
256
소재지 상세
업태
종목
종사업장 번호
4
세금계산서 전용 이메일
커스텀 필드