Authorization HTTP header in all requests as a type Bearer.
Test everything is working correctly using the ping
endpoint and curl:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate an access token to start using an Invopop workspace.
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"}
Was this page helpful?