Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://openapi.pluuug.com/v1/client/status \ --header 'X-API-Key: <api-key>' \ --header 'X-Signature: <api-key>'
{ "results": [ { "id": 123, "title": "<string>" } ], "next": "http://api.example.org/accounts/?cursor=cD00ODY%3D\"", "previous": "http://api.example.org/accounts/?cursor=cj0xJnA9NDg3" }
비즈니스의 고객 상태(ClientStatus) 카탈로그를 조회합니다.
ClientStatus
고객 생성/수정 시 status.id로 참조합니다. 각 상태는 비즈니스별로 별도 관리됩니다.
status.id
Pagination을 위한 커서
한번에 조회할 데이터의 개수 (limit)
Show child attributes
"http://api.example.org/accounts/?cursor=cD00ODY%3D\""
"http://api.example.org/accounts/?cursor=cj0xJnA9NDg3"