Skip to content

Authentication

Authenticate as organization

Make a POST request to the following endpoint with your email and password to receive the bearer token.

POST Endpoint:

https://strapi-3apoh.ondigitalocean.app/api/auth/local
  • identifier: <your-email>
  • password: <your-password>

After receiving the bearer token, you need to pass the following header while making requests:

Authorization: Bearer ${token}