EndpointsGet Clients Clientid
Endpoints

GET /clients/{clientId}

Info for a specific client

curl -X GET "https://api.parkerolive.com/v1/clients/example_string" \
  -H "Content-Type: application/json"
["null"]
GET
/clients/{clientId}
GET
path
clientIdstring
Required

The id of the client to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

clientIdstring
Required

The id of the client to retrieve

Responses

Expected response to a valid request

Was this page helpful?