Skip to main content
GET
/
api
/
v1
/
api-keys
/
{id}
/
origins
List the browser origins allow-listed for this API key.
curl --request GET \
  --url https://api.backside.app/api/v1/api-keys/{id}/origins \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "origins": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

API key ID

Response

Allowed origins

id
string<uuid>
required
origins
string[]
required