Skip to main content
GET
/
api
/
public
/
v1
/
automation
/
entity-types
List entity types
curl --request GET \
  --url https://app.msportal.ai/api/public/v1/automation/entity-types \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use your API key as a Bearer token. API keys can be generated in Settings → Integrations → API Access.

Response

List of entity types

data
object[]
required

Available entity types