Skip to main content
GET
Get schema
Read-only. Returns the field definitions the platform uses when extracting from context or POST /context. Useful for:
  • Debugging why a field isn’t being extracted.
  • Documenting your own integration against the canonical shape.
  • Building admin UIs that show users what they’re consenting to.
Schema changes are made through onboarding sessions, not this API.

Example response

Three field kinds: See Concepts for what each kind means in practice.

Authorizations

Authorization
string
header
required

API key issued by Jean Technologies. Contact the team for access.

Query Parameters

domain
string
required
Example:

"dating"

Response

200 - application/json

Schema

domain
string
Example:

"dating"

version
string
Example:

"dating.v3"

fields
object[]