v0alpha2

Get all Identity Schemas

get/schemas

Query parameters

per_pageinteger

Items per Page

This is the number of items per page.

pageinteger

Pagination Page

Response

identitySchemas

idstring

The ID of the Identity JSON Schema

schemaobject

The actual Identity JSON Schema

Example response

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

Changes