FruxonDocs
IntegrationsConfigs

Lists all configurations for the integration.

Returns every config record scoped to the integration, including unpublished drafts that have never had a revision created. Each entry exposes its current draft values plus the `PublishedRevisionId` pointer; use `/integrations/{integration}/configs/{config}/revisions` to walk the revision history.

GET
/v1/tenants/{tenant}/integrations/{integration}/configs
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

integration*string

The integration ID.

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/integrations/string/configs"
[
  {
    "id": "00000000-0000-0000-0000-000000000000",
    "integrationId": "string",
    "displayName": "string",
    "parameters": {},
    "hasAuth": false,
    "hasAuthMap": false,
    "authMethodId": "string",
    "auth": {
      "level": "APPLICATION",
      "integrationAuthMetadataId": "string",
      "grantedScopes": [
        "string"
      ]
    },
    "authMapEntries": [
      {
        "parameters": {}
      }
    ],
    "sandboxMode": "NONE",
    "sandboxVariant": {
      "parameters": {},
      "auth": {
        "integrationAuthMetadataId": "string",
        "level": "UNSPECIFIED",
        "parameters": null
      },
      "authMap": []
    },
    "publishedRevisionId": "00000000-0000-0000-0000-000000000000",
    "createdBy": "string",
    "createdAt": 0,
    "modifiedAt": 0
  }
]
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}