Skip to main content
GET
/
integrations
/
{id}
/
export
Export integration by ID
curl --request GET \
  --url https://api.getmembrane.com/integrations/{id}/export \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "<string>",
  "key": "<string>",
  "name": "<string>",
  "description": "<string>",
  "meta": {},
  "logoUri": "<string>",
  "externalAppUuid": "<string>",
  "oAuthCallbackUri": "<string>",
  "logoBase64": "<string>",
  "connectorVersion": "<string>",
  "connectorUuid": "<string>",
  "connectorKey": "<string>",
  "optionsConfig": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json
uuid
string

Stable unique identifier (UUID). Can be provided on create; otherwise generated. Must be unique across elements of this type.

key
string

Stable key for referencing the element (e.g. in selectors). Unique per (parent, integration) scope. Generated from name if not provided on create.

name
string

Display name. Optional on create; used to generate key when key is omitted.

description
string

Optional human-readable description.

meta
object

Optional key-value metadata.

logoUri
string
externalAppUuid
string
oAuthCallbackUri
logoBase64
string
connectorVersion
string
connectorUuid
string
connectorKey
string

Key of the connector; alternative to connectorId. Resolved to connectorId by the API.

optionsConfig
object