curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/deposits/countries \
--header 'Authorization: Bearer <token>'[
"<string>"
]Retrieve a list of all Deposit available Countries.
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/deposits/countries \
--header 'Authorization: Bearer <token>'[
"<string>"
]Documentation Index
Fetch the complete documentation index at: https://docs.borderless.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of Deposit available Countries.
Was this page helpful?