Branch provides a unique "external Id" for your Branch account. This should be used when setting up data to be exported to your cloud data service (i.e. S3). NOTE: Developer either needs to provide app_id or organization_id along with accessToken to execute this operation.
app_id | Unique identifier for Branch app of requested data.
Access-Token | Key that encapsulates the users permission w.r.t an org. Obtained from the Branch Dashboard needed for authentication.
organization_id | the organization Id with which the Access Token and subscriptions are associated
The ID to be used in the Trust Relationship of the Role that you create to allow Branch to access your S3 bucket.
Body for external id
A persistent external id against the App Id
Authentication Failed
"{\n \"error\": {\n \"message\": \"Authentication failed !\",\n \"code\": 400\n }\n}"
Job ID Not Found