Skip to main content

Authentication Endpoint

The purpose of Authentication endpoints is to allow you to add authentication to your application with minimal effort as well as securing other endpoints used in your project.

These endpoints are created in the same place as the others, there's a checkbox to mark them as 'Authentication endpoint'.

Using authentication

Please refer to login documentation and Secure Endpoints documentation, these pages explain how to obtain the Access Token and include them in the requests for Authentication endpoints.

Other considerations:

  • GET, PUT and DELETE requests are secured by default.
  • POST is open, for registration, login (&login=true) and logout (&logout=true).
  • For this endpoint, only the owner of the data can modify it.