Skip to main content
GET
/
v1
/
settlement
/
{id}
Error
A valid request URL is required to generate request examples
{
  "message": "Authorization Header not present in request",
  "errors": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the settlement.

Response

401 - application/json
message
string
Example:

"Authorization Header not present in request"

errors
string
Example:

null