Skip to main content
GET
/
api
/
aigateway
/
v1
/
endpoints
/
{endpointName}
/
permissions
Get permissions for a endpoint by name
curl --request GET \
  --url https://api.example.com/api/aigateway/v1/endpoints/{endpointName}/permissions \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "isEveryoneAllowed": true,
  "userIds": [
    "<string>"
  ]
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

endpointName
string
required

Name of the endpoint to get permissions for

Response

Success

isEveryoneAllowed
boolean
required

If the endpoint is accessible by everyone

userIds
string[]
required

User IDs that can access this endpoint