The TraceParrot API allows you to administer your TraceParrot Connections, Meters and API Keys, as well as retrieve Usage data.
See the for more details. Authenticating
Authentication with the API requires setting the Authorization header:
Authorization: Bearer eyJ...........
You require a different token for each of your Organizations, and connections with this token may only access data for its assigned Organization.
Generating a Management Token
Coming soon...