cURL
curl --request GET \ --url https://sandbox.paylias.xyz/gateway/api/v1/csp/validate/{account_id}/{validation_id} \ --header 'Authorization: Bearer <token>' \ --header 'x-partner-id: <x-partner-id>'
Find Validation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"part_ct23b6420or249k5boag"
The unique identifier for the account
"acct_ctf930420orabtojo3r0"
The unique identifier for the validation
"val_cvgo7uc20or769prtiu0"
Was this page helpful?