Auth
Login
POST
Body
application/json
Request payload for user authentication.
User's email address used for authentication.
Example:
"john.doe@example.cocommpany"
User's password.
Example:
"your-password"
Namespace associated with the user's account.
Example:
"example_namespace"
Response
200
application/json
OK
Successful authentication response containing access token and expiration.
JWT access token for authenticated requests.
Example:
"tk_eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2NjRiOTBhYzEwM2ExM..."
Expiration date and time of the access token.
Example:
"2024-05-23T13:53:03.591Z"