HTTP Method: GET
URL: https://www.aplos.com/hermes/api/v1/partners/verify
Parameters:
Headers:
Example JSON (Authorized):
{
"version": "v2_0_1",
"status": 200,
"data": {
"partner_verification": {
"aplos_account_id": "[ACCOUNT ID]",
"authorized": true
}
}
}
Example JSON (Unauthorized):
{
"version": "v2_0_1",
"status": 422,
"data": {
"partner_verification": {
"aplos_account_id": "[ACCOUNT ID]",
"authorized": false
}
},
"exception": {
"message": "Client is not authorized to access the given account.",
"code": 1006
}
}