getExternalCallback
| Method | GET |
| Prod URL | https://irm.trustarc.com/server/api/v1/external/callback |
| Headers | Authorization: Bearer <access_token from 'Token Access' section> |
| URL Parameters | N/A |
| Sample Request | N/A |
| Sample Success Response | {
"id": "9023a7aa-cc33-481e-ba16-7cb30256ff98",
"url": "https://postb.in/1597705804302-2410853756591",
"requestTypeIds":["00000000-0000-0000-0000-000000004001"],
"formIds": ["605dcdd3-e8ac-472e-a788-b8d56a85042f"],
"dataSubjectTypeIds": ["00000000-0000-0000-0000-000000003001"],
"requestStatuses": ["UNVERIFIED"],
"brandNames": ["Some Brand Name"],
"residentOfs": ["AS_CN"],
"requestVerificationTypes": ["EMAIL"],
"accountId": "3c4d3d3c-d728-4bc5-9f9a-b1e56a1ea17e",
}Where:
|
| Success Response | Code: 200 OK |
| Error Response |
|
upsertExternalCallback
| Method | POST |
| Prod URL | https://irm.trustarc.com/server/api/v1/external/callback |
| Headers | Authorization: Bearer <access_token from 'Token Access' section> |
| URL Parameters | N/A |
| Sample Request | [
{
"id": "9023a7aa-cc33-481e-ba16-7cb30256ff98",
"url": "https://postb.in/1597705804302-2410853756591",
"requestTypeIds":["00000000-0000-0000-0000-000000004001"],
"formIds": ["605dcdd3-e8ac-472e-a788-b8d56a85042f"],
"dataSubjectTypeIds": ["00000000-0000-0000-0000-000000003001"],
"requestStatuses": ["UNVERIFIED"],
"brandNames": ["Some Brand Name"],
"residentOfs": ["AS_CN"],
"requestVerificationTypes": ["EMAIL"],
"accountId": "3c4d3d3c-d728-4bc5-9f9a-b1e56a1ea17e",
}
]Where:
|
| Sample Success Response | [
{
"id": "9023a7aa-cc33-481e-ba16-7cb30256ff98",
"url": "https://postb.in/1597705804302-2410853756591",
"requestTypeIds":["00000000-0000-0000-0000-000000004001"],
"formIds": ["605dcdd3-e8ac-472e-a788-b8d56a85042f"],
"dataSubjectTypeIds": ["00000000-0000-0000-0000-000000003001"],
"requestStatuses": ["UNVERIFIED"],
"brandNames": ["Some Brand Name"],
"residentOfs": ["AS_CN"],
"requestVerificationTypes": ["EMAIL"],
"accountId": "3c4d3d3c-d728-4bc5-9f9a-b1e56a1ea17e",
}
]Where:
|
| Success Response | Code: 200 OK |
| Error Response |
|