Skip to main content
GET
/
connectors
/
{connector_type}
/
oauth
/
callback
OAuth callback
curl --request GET \
  --url https://apigcp.trynia.ai/v2/connectors/{connector_type}/oauth/callback \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

connector_type
string
required

Query Parameters

code
string
required
state
string
required

Response

Successful Response