Core API
v1.0- Production server
https://api.authpi.com/v1
The Core API provides a set of endpoints for managing accounts, subscriptions, team members, issuers and other resources in AuthPI.
Authentication
All endpoints require authentication. You can authenticate using an API token, which you can generate in your dashboard. Never directly expose your API token to the public. Instead, use a server-to-server flow. If you need to log the token identifier, you can extract it from the token itself using the kid
claim.
Support
If you have any questions or need help, please contact us at [email protected].