Settlements
get
/v1/profiles/{profileId}/settlements
Returns a list of all the settlements
Authorizations
OAuth2clientCredentialsRequiredToken URL: Refresh URL:
This API uses OAuth 2 with the credentials grant flow.
Path parameters
profileIdstringRequired
The id of the profile
Responses
200
OK
application/json
get
/v1/profiles/{profileId}/settlements200
OK
get
/v1/profiles/{profileId}/settlements/{settlementId}
Returns a settlement
Authorizations
OAuth2clientCredentialsRequiredToken URL: Refresh URL:
This API uses OAuth 2 with the credentials grant flow.
Path parameters
profileIdstringRequired
The id of the profile
settlementIdstringRequired
The id of the settlement
Responses
200
OK
application/json
get
/v1/profiles/{profileId}/settlements/{settlementId}200
OK
Was this helpful?