User Authentication
API Endpoints for User Authentication
POST /create-session
Generate Login Token for a User
Endpoints
Authorizations
AuthorizationstringRequired
Enter your Authorization key here.
Body
idstringRequiredExample:
Configurator ID to generate the token. You can find this Configurator Encrypted ID in share module
edcfrt...domain_namestringRequiredExample:
Domain name
example.comResponses
200
Token generated successfully
application/json
400
Validation error
403
Unauthorized token
500
Server error
post
/api/open-api/v1/auth/create-sessionLast updated