Skip to main content
POST
Search Entity Types

Authorizations

Authorization
string
header
required

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

Body

application/json
teamId
string

The ID of the team.

key
string | null

Optional filter by entity type key.

pageSize
integer<int32> | null

Maximum number of results to return. Default is 5000, maximum is 10000.

pageToken
string | null

Token for pagination. Leave empty for the first request.

Response

Success

data
EntityTypeWithFields · object[]

The list of matching entity types.

nextPageToken
string | null

Token for retrieving the next page of results. Empty if no more results.