GET
/
api
/
v1
/
csp
/
validate
/
{account_id}
/
{validation_id}
Find Validation
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>'

Authorizations

Authorization
string
header
required

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

Headers

x-partner-id
string
required
Example:

"part_ct23b6420or249k5boag"

Path Parameters

account_id
string
required

The unique identifier for the account

Example:

"acct_ctf930420orabtojo3r0"

validation_id
string
required

The unique identifier for the validation

Example:

"val_cvgo7uc20or769prtiu0"