Skip to main content
GET
/
v1
/
console
/
tenants
/
{tenant_id}
/
allowed-origins
List Allowed Origins
curl --request GET \
  --url http://localhost:8000/v1/console/tenants/{tenant_id}/allowed-origins \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "<string>"
  ],
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Path Parameters

tenant_id
string
required

Response

Successful Response

data
string[] | null
message
string | null
success
boolean
default:true