Social Login
Social Login
Completes the login process and provides the authenticated user with their authentication token.
POST
Social Login
Authentication
No authentication required.Required Permissions
No authentication required.Body
application/json
Social login provider used to issue the JWT.
Available options:
Oidc JWT id token issued by the social login provider.
Organization id.
Required string length:
1 - 64Pattern:
^or-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$Example:
"or-30tnh-itmjs-s235s5ontr3r23h2"
Response
200 - application/json
Success
Authentication token issued to the user.
Last modified on June 8, 2026