This endpoint access any personal data associated with known given identities from Branch Metrics.
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 type of post request being sent. In this case “access”
The type of identity being sent. It can be “BROWSER_ID”, “DEVICE_ID”, “USER_ID”, or “DEVELOPER_ID”.
The value as per the identity_type, IDFA, Google_advertising_id, etc.
To be sent as “raw”. Branch currently only supports “raw”.
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.
Authentication Failed
"{\n \"error\": {\n \"message\": \"Authentication failed !\",\n \"code\": 400\n }\n}"
Not Found/Incorrect API URL
Unable to generate XML
Rate Limit Reached
"{\n \"error\": {\n \"code\": 429,\n \"message\": \"Rate limit reached.\"\n }\n}"