ESG SDMS Prod
  1. Authentication
ESG SDMS Prod
  • Data Input
    • List Data Input
      GET
    • Get Data Input
      GET
    • Create Data Input
      POST
    • Update Data Input
      PUT
    • Delete Data Input
      DELETE
  • Authentication
    • Auth
      POST
  1. Authentication

Auth

POST
/auth

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/auth' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2026-02-01 14:42:15
Previous
Delete Data Input
Built with