Skip to main content

Technical Details

Versioning

The entire API, including the Authorize-endpoint, and GraphQL endpoints are versioned.
The version is required on every request, and must be provided via the X-API-Version-header or the Accept-header.

Example usage of header: Accept: version=1

Supported versions

VersionRelease dateDeprecation date
101-06-20206 months after version 2

Getting the raw schema

You can get the entire graphql schema as a file at: https://api.prod.kyc.penneo.com/public-api/graphql/schema?version=1

Alternatively it is available in a parsed and linked format in the sidebar under "GraphQL reference".