identity

Get all Identity Schemas

Returns a list of all identity schemas currently in use.

get/schemas

Query parameters

per_pageinteger

Items per Page

This is the number of items per page.

pageinteger

Pagination Page

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.

Response

List Identity JSON Schemas Response

idstring

The ID of the Identity JSON Schema

schemaobject

Raw JSON Schema

Example response

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

Changes