Skip to main content
GET
/
schema
Retrieve a schema
curl --request GET \
  --url https://server.ownid.com/{appId}/schema
{
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.ownid.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

Successfully retrieved the schema.

The response is of type object.