Re-authentication endpoint for refreshing expired tokens or validating existing authentication status for client applications. Enables client applications to maintain continuous authentication without requiring users to re-enter credentials.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200Success
application/json
Body
🟠400Bad Request
🟠401Unauthorised
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://client-api.dev.nudgescribe.com/v1/auth' \
--header'Authorization: Bearer <token>'