Get Business Representatives

Read for details on retrieving business representatives

Get a business representative's details

GET /users/{{user_id}}/business-representative/{{id}}

curl --location --request GET '{{url}}/users/{{user_id}}/business-representative/{{id}}' \
--header 'X-Client-Id: {{client_id}}' \
--header 'X-Client-Secret: {{client_secret}}' \
--header 'Content-Type: application/json' \
--data-raw '' 

Get list of all business representative

GET /users/{{user_id}}/business-representative

curl --location --request GET '{{url}}/users/{{user_id}}/business-representative' \
--header 'X-Client-Id: {{client_id}}' \
--header 'X-Client-Secret: {{client_secret}}' \
--header 'Content-Type: application/json' \
--data-raw ''

Last updated