Introduction
Welcome to the Penneo KYC Public API. You can use our API to access our system via GraphQl, which can retrieve information on various cases, documents and clients from your organisation.
To use GraphQL, you must use the https://api.prod.kyc.penneo.com/public-api/graphql
endpoint. They must be formatted
correctly for graphql with query
, variables
and mutation
fields if used.
We recommend using postman to try things out and copying the request as you preferred code using their built-in tools.
Remember to add the Authorization headers and X-API-Version
-header with the appropriate version.