Skip to main content
GET
/
v1
/
auth
/
orgs
/
redirect-uris
List the redirect URI allowlist for the active organization.
curl --request GET \
  --url http://127.0.0.1:8787/v1/auth/orgs/redirect-uris \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "verifiedDomainId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "apexDomain": "<string>",
      "pattern": "<string>",
      "createdAt": "<string>"
    }
  ],
  "error": null
}

Authorizations

Authorization
string
header
required

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

Response

List returned.

data
object[]
required
error
null
required