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 with 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:
Safe token on you side and add it to the next HTTP calls in Authorization
header:
Authorization: Bearer {your_token}