v1

latestOpenAPI 3.0.3Apache 2.02026-07-1756158355.3 KB
identity

Get all Identity Schemas

Returns a list of all identity schemas currently in use.

get/schemas

Query parameters

per_pageinteger

Deprecated Items per Page

DEPRECATED: Please use page_token instead. This parameter will be removed in the future.

This is the number of items per page.

pageinteger

Deprecated Pagination Page

DEPRECATED: Please use page_token instead. This parameter will be removed in the future.

This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list.

For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist. The first page can be retrieved by omitting this parameter. Following page pointers will be returned in the Link header.

page_sizeinteger

Page Size

This is the number of items per page to return. For details on pagination please head over to the pagination documentation.

page_tokenstring

Next Page Token

The next page token. For details on pagination please head over to the pagination documentation.

Response

List Identity JSON Schemas Response

idstring required

The ID of the Identity JSON Schema

schemaobject required

The actual Identity JSON Schema

Example response

[
  {
    "schema": "{}",
    "id": "id"
  }
]