GET
/
api
/
v1
/
csp
/
account
/
{account_id}
/
decrypt
Decrypt Account
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>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-partner-id
string
default:""
required

The Partner ID header used for authorization

Path Parameters

account_id
string
required

The unique identifier for the account

Example:

"acct_ctf930420orabtojo3r0"