cURL
curl --request GET \ --url https://sandbox.paylias.xyz/gateway/api/v1/csp/account/{account_id}/decrypt \ --header 'Authorization: Bearer <token>' \ --header 'x-partner-id: <x-partner-id>'
Decrypt Account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Partner ID header used for authorization
The unique identifier for the account
"acct_ctf930420orabtojo3r0"
Was this page helpful?