Third Authentication
Authenticates a provider and returns a JWT token used to authorize subsequent API requests.
Send the provider's **email** and **password** in the request body along with the **x-api-key** header. On success, the response includes a **JWT token** that must be passed as a Bearer token in all protected endpoints.
**Headers**
- `x-api-key`: Your API key credential.
**Body fields**
- `email`: The provider's registered email address.
- `password`: The provider's account password.
Headers
x-api-key
Request
This endpoint expects an object.
email
password
Response headers
x-amzn-RequestId
Access-Control-Allow-Origin
x-amz-apigw-id
X-Amzn-Trace-Id
Response
Created
id
email
token
refreshToken
expiresAt

