Retrieve client
GET
/api/partners/clients/{id}Request
Path Params
id
string
required
Client ID
Request samples
Responses
Client object(200)
Error response(400)
Error response(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
id
integer
optional
The unique identifier of the client.
external_id
string
optional
The external unique identifier of the client.
first_name
string
optional
The first name of the client.
last_name
string
optional
The last name of the client.
email
string <email>
optional
The email address of the client.
phone
string
optional
The phone number of the client.
full_address
string
optional
The full address of the client.
address
object
optional
city
string
optional
The city of the client's address.
state
string
optional
The state of the client's address.
zip
string
optional
The zip code of the client's address.
street
string
optional
The street address of the client.
authentication_token
string
required
Example
Not configured
Last modified: 3 months ago