Skip to main content
GET
/
api
/
v1
/
airbyte
/
verify
Verify Connection
curl --request GET \
  --url https://app.superleap.com/api/v1/airbyte/verify/ \
  --header 'Authorization: <authorization>'

Documentation Index

Fetch the complete documentation index at: https://docs.superleap.com/llms.txt

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

Verify the API key and connection to Superleap. This endpoint is used by the Airbyte connector to validate credentials during connection setup.

Headers

Authorization
string
required
Bearer token for authentication, click here to generate one

Example Request

curl --location 'https://app.superleap.com/api/v1/airbyte/verify/' \
--header 'Authorization: Bearer SUPERSECRETREDACTEDKEY'

Example Response

{
    "status": "ok"
}

Response Fields

FieldTypeDescription
statusstringReturns "ok" when the connection is valid