GET /v1/auth/social/provider
Endpoint
Section titled “Endpoint”GET /v1/auth/social/{provider}
Authentication
Section titled “Authentication”No authentication required.
Path Parameters
Section titled “Path Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
provider | string | Yes | - |
Query Parameters
Section titled “Query Parameters”| Parameter | Type | Default | Description |
|---|---|---|---|
inviteToken | string | - | - |
turnstileToken | string | - | - |
state | string | - | - |
cURL Example
Section titled “cURL Example”curl -X GET "https://api.sapiom.ai/v1/auth/social/:provider" \ -H "Authorization: Bearer YOUR_API_KEY"