All you need to know for accessing the API

πŸ“˜

Getting Your Api Keys

In case you don't have them, please contact us.

The Plutto API uses Bearer tokens to authenticate requests. Please be sure not to share your private keys.

# Using Bearer Auth
curl --location --request POST 'https://kyb.getplutto.com/api/v1/validations' \
--header 'Authorization: Bearer sk_ef9f347e8e2ea65ebf074d2fd18187fd87ff52fc28954e8d'

Above you will find an example of Bearer authentication, you should pass a header value as Authorization: Bearer sk_ef9f347e8e2ea65ebf074d2fd18187fd87ff52fc28954e8d.

All API requests should be made over HTTPS.