Skip to main content
GET
/
destinations
/
profile_id=
{profile_id}
Search destinations for a profile
curl --request GET \
  --url https://api-dev.narrative.io/destinations/profile_id={profile_id} \
  --header 'Authorization: Bearer <token>'
{
  "records": [
    {
      "id": "8aaa069b-cc15-486f-9cdc-c56c3d831508",
      "subscription_id": "21691f26-f308-4e98-896c-579db27da04b",
      "profile_id": "d13867f7-a6c0-4f83-b129-f6c6f2de7c15",
      "quick_settings": {
        "bucket_suffix": "/my-subscription",
        "number_of_files": "5"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

profile_id
string<uuid>
required

Unique identifier for an app profile.

Response

200 - application/json

OK

records
object[]