GET
/
orgs
/
{orgId}
/
clients
curl --request GET \
  --url https://eu-gcp-api.vg-stuff.com/v3/orgs/{orgId}/clients \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": [
    {}
  ],
  "total": 123,
  "totalPages": 123,
  "currentPage": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Query Parameters

page
integer
default:1
pageSize
integer
default:20

Response

200
application/json

Clients retrieved successfully

The response is of type object.