Skip to main content
GET
/
custody-commissions
/
{id}
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "identifier": "commission123",
  "registeredConsumers": [
    "consumer1",
    "consumer2"
  ],
  "createdAt": "2024-03-20T12:00:00Z",
  "updatedAt": "2024-03-20T12:00:00Z"
}

Path Parameters

id
string
required

The ID of the custody commission to get

Response

The custody commission has been successfully retrieved

id
string
required

The unique identifier of the custody commission

Example:

"123e4567-e89b-12d3-a456-426614174000"

identifier
string
required

The unique identifier for this commission

Example:

"commission123"

registeredConsumers
string[]
required

List of registered consumer IDs

Example:
["consumer1", "consumer2"]
createdAt
string<date-time>
required

When the custody commission was created

Example:

"2024-03-20T12:00:00Z"

updatedAt
string<date-time>
required

When the custody commission was last updated

Example:

"2024-03-20T12:00:00Z"