Gets the current status of the request for the given request_id generated from the Access/Erasure POST request.
app_id | Unique identifier for Branch app of requested data.
api_key | Key that encapsulates the users permission w.r.t an org. Obtained from the Branch Dashboard needed for authentication.
The UUID generated for the request made. This can be used to check the status of the request at a later time.
Ok
The UUID generated for the request made. This can be used to check the status of the request at a later time.
This is the status of your request. It can be one of “SUCCESS”: The request has been fulfilled. “PENDING”: A correct request has been received and is currently in the queue “IN_PROGRESS”: The request is currently being acted on.
Request type requested by the user
The pre-assigned s3 URL link to download the CSV file containing the identity objects requested.
Authentication Failed
"{\n \"error\": {\n \"message\": \"Authentication failed !\",\n \"code\": 400\n }\n}"