POST /api/3/customObjects/schemas/public

Create a public schema

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

api-token String No

Your ActiveCampaign API Token

Request body fields

Name Type Required Description
schema Object No
schema.description String No
schema.labels Object No
schema.labels.singular String No
schema.labels.plural String No
schema.slug String No
schema.appId String No
schema.relationships[] Array No
schema.relationships[].id String No
schema.relationships[].namespace String No
schema.relationships[].description String No
schema.relationships[].labels Object No
schema.relationships[].labels.singular String No
schema.relationships[].labels.plural String No
schema.fields[] Array No
schema.fields[].id String No
schema.fields[].labels Object No
schema.fields[].labels.singular String No
schema.fields[].labels.plural String No
schema.fields[].type String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.