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
Version | Release date | Deprecation date |
---|---|---|
1 | 01-06-2020 | 6 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".