Admin Auth
Retrieve Registration JWT Token
This API route retrieves a registration JWT token of a user that hasn’t been registered yet. The token is used in the header of requests that create a user, such as the Accept Invite API route.
POST
Path Parameters
The provider used for authentication.
Example:
"emailpass"
Body
application/json · input · object
The input data necessary for authentication. For example, for email-pass authentication, pass email
and password
properties.
Response
200
application/json
OK
The authentication's details.