Skip to main content
GET
/
api
/
v1
/
integration-keys
/
{service}
Get Integration Key
curl --request GET \
  --url https://api.example.com/api/v1/integration-keys/{service} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

service
enum<string>
required
Available options:
linear,
notion

Response

Successful Response