Get Queue Purge Status For Me
GET/users/v1/person/me/purge
Get the purge status for a person of the access token.
Responses
- 200
- 403
- 404
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Person ID that will be purged
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Status of the purge request
{
"person_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"purge_on": "2024-07-29T15:51:28.071Z",
"created_on": "2024-07-29T15:51:28.071Z",
"last_modified_on": "2024-07-29T15:51:28.071Z",
"status": "string"
}
Error Codes:
-
auth_invalid_key_id- Invalid Authorization - Invalid Key ID in Access Token -
auth_invalid_version- Invalid Authorization - version -
auth_malformed_access- Invalid Authorization - malformed access token -
auth_not_jwt- Invalid Authorization -
auth_token_expired- Token is expired -
auth_token_format- Invalid Authorization - {} -
auth_token_invalid_claim- Token contained invalid claim value: {} -
auth_token_invalid_type- Invalid Authorization - Invalid Token Type -
auth_token_sig_invalid- Token Signature is invalid -
auth_token_unknown- Failed to parse token -
insufficient_permissions- Insufficient Permissions
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}