Authorization
Authorization
RequiredBearer <token>In: header
Request Body
application/json
RequiredloginId
stringredirectUrl
stringproviderId
stringtemplateOptions
objectlocale
stringOK
Get Password Policy GET
### Get the configured password policy for the project. ### See Also - See [Password Policy Customization](/auth-methods/passwords#password-policy) for further details on password policy configuration. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <Project ID>`
Exchange Key POST
### Exchange API key for access token This API Endpoint will take an API key for the project and provide an access token to be used for accessing the application. The session token JWT token will be valid for the configured [Session Token Timeout](/project-settings#session-token-timeout), and its expiration time will be provided in the `expiration` field of the response object. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <Project ID:Access Key>`