Generate Temporary Token
POST/generatetoken
The partner server sends a request to generate a temporary token for seamless login.
Request
Responses
- 200
- 400
- 401
- 404
- 412
- 500
Successful response with the generated token and timestamp.
Bad Request - Invalid request parameters.
Unauthorized - Invalid partner key.
Not Found - Resource not found.
Precondition Failed - Invalid payload issues.
Internal Server Error - Error in token generation.