Skip to main content
Invopop API Keys are generated using the Console. Enter Configuration โ†’ API Keys and click on + New API Key on the top right corner. Enter the name and the description and click Save. Youโ€™ll be presented with a screen showing a new token. For security reasons, we donโ€™t store this token. Copy it now, or youโ€™ll need to create a new API key if itโ€™s lost.
Invopop uses JSON Web Tokens. If youโ€™re interested in seeing the contents, head over to JWT.io and paste your token to see whatโ€™s inside.
Tokens must be included in the Authorization HTTP header in all requests as a type Bearer. Test everything is working correctly using the ping endpoint and curl:
$ curl -H "Authorization: Bearer [token]" https://api.invopop.com/utils/v1/ping

{"ping":"pong"}