Skip to main content
GET
Search resource servers

Autorisations

Authorization
string
header
requis

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

Paramètres de requête

q
string

Filter expression in SCIM or Lucene syntax (depending on parser parameter). SCIM examples: name eq "My API", identifier sw "https://". SCIM operators: eq, ne, sw, ew, co, pr, gt, ge, lt, le, and, or.

Supported Fields:

  • id - Filter by resource server ID
  • identifier - Filter by resource server identifier
  • name - Filter by resource server name
  • updated_at - Filter by last update date
Maximum 5 filter operations per query. Results are eventually consistent and may not reflect recent updates.

Maximum string length: 1000
parser
enum<string>

Query parser to use for the filter expression. Use "scim" for SCIM filter syntax or "lucene" for Lucene query syntax (default).

Options disponibles:
scim,
lucene
fields
string

Comma-separated list of fields to include or exclude in the response. Works with the include_fields parameter to control projection mode.

Maximum string length: 1000
include_fields
boolean

Controls field projection mode. Set to true to include only fields specified in the fields parameter. Set to false to exclude fields specified in the fields parameter. Defaults to true if not specified.

take
integer

Maximum number of results to return per page (1-100). Defaults to 50.

Plage requise: 1 <= x <= 100
from
string

Cursor for the next page of results. Use the value from the next field in the previous response.

Maximum string length: 1000
sort
enum<string>

Field name to sort results by in ascending order only. Defaults to insertion order (oldest first) if not provided.

Options disponibles:
identifier,
name,
updated_at

Réponse

Resource servers successfully retrieved.

resource_servers
object[]
requis

Array of resource server objects matching the search criteria.

next
string

Cursor for retrieving the next page of results. Omitted if there are no more results.