Skip to main content

API Key Authentication

FastAuth uses API keys to generate bearer token and authenticate API calls based on that.

info

If you don't have API keys please contact us at support@fastauth.com or schedule a product demo. To do that go to fastauth.com and choose preferred option.

If you have key and secret call the endpoint:

Save the token on your side and add it to consecutive HTTP calls in Authorization header:

Authorization: Bearer {your_token}