Settlements

get
/v1/profiles/{profileId}/settlements

Returns a list of all the settlements

Authorizations
OAuth2clientCredentialsRequired

This API uses OAuth 2 with the credentials grant flow.

Token URL: Refresh URL:
Path parameters
profileIdstringRequired

The id of the profile

Responses
200

OK

application/json
get
/v1/profiles/{profileId}/settlements
200

OK

get
/v1/profiles/{profileId}/settlements/{settlementId}

Returns a settlement

Authorizations
OAuth2clientCredentialsRequired

This API uses OAuth 2 with the credentials grant flow.

Token URL: Refresh URL:
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?