Skip to main content
GET
/
v1
/
integrations
/
{integrationId}
/
auth
/
{authId}
Get Integration Auth
curl --request GET \
  --url https://api.sigmamind.ai/v1/integrations/{integrationId}/auth/{authId} \
  --header 'X-API-Key: <api-key>'
{
  "authId": "auth-P3kNz7Yv1Qm9",
  "integrationId": "intg-AuUKK371Spr5",
  "authType": "api_key",
  "headers": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sigmamind.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API Key is required in header. You can find it in the settings

Path Parameters

integrationId
string
required

Unique identifier for the integration

authId
string
required

Unique identifier for the auth record

Response

OK

authId
string

Unique identifier for the auth record

Example:

"auth-P3kNz7Yv1Qm9"

integrationId
string

Unique identifier of the parent integration

Example:

"intg-AuUKK371Spr5"

authType
enum<string>

Authentication strategy

Available options:
NO_AUTH,
BASIC_AUTH,
BEARER_TOKEN,
API_KEY
Example:

"api_key"

headers
object

Headers to be sent with the request

createdAt
string<date-time>

Timestamp when the record was created

updatedAt
string<date-time>

Timestamp when the record was last updated