cURL
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>" }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The account-number-reservation
Was this page helpful?