List Customer Opportunties
get
List all opportunities for a specific customer.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The ID of the agent.
customerIdstringRequired
The ID of the customer.
Query parameters
Responses
200
Successful Response
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
get
/v1/agents/{agentId}/customers/{customerId}/opportunitiesLast updated