Auth
Create an action-bound reauthentication grant with a password
POST
/auth/reauth/passwordAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/auth/reauth/password" \ -H "Content-Type: application/json" \ -d '{ "action": "string", "password": "string" }'{ "$schema": "https://example.com/api/v1/schemas/ReauthGrantOutputBody.json", "expires_in": 0, "grant": "string"}