Skip to main content
GET
/
account_number_reservation
/
{id}
get account-number-reservation
curl --request GET \
  --url https://api.treasuryprime.com/account_number_reservation/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "account_number": "<string>",
  "account_product_id": "<string>",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Response

200 - application/json

The account-number-reservation

account_number
string
account_product_id
string
id
string