Signin with external ID
POST/auth/external
Signin with external profile ID to get the access token.
Application Connector's access token is required for this endpoint.
When the application connector's access token is provided, it will be used to authenticate the external profile on the user's behalf. In this way, the external user does not need to sign in with username/password or key/secret to get the access token.
Request
Responses
- 200
- 400
- 401
- 409
- 422
- 500
OK
Response Headers
Access-Control-Allow-Headers
Access-Control-Allow-Methods
Access-Control-Allow-Origin
Cache-Control
Content-Type
Bad Request
Unauthorized
Conflict
Unprocessable Entity
Internal Server Error