Endpoints
List endpoints
List every Frontier Gateway endpoint in your workspace.
List the endpoints in your workspace, each with its slug and configured targets. The response is paginated.
Query parameters
integer
Page size. Default 100, maximum 1000.
string
Opaque cursor for the next page, taken from
pagination.cursor of a previous response. Omit it for the first page.Errors
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.