v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
Lists

Add an entry

Adds a resource to a list as a new entry.

post/v1/lists/{id}/entries

Request body

resourceIdstring

The id of the resource to add (for example, a company id).

resourceTypestring

The type of the resource, e.g. "company".

Example request

{
  "resourceType": "company"
}

Response

The created entry.

Example response

{
  "data": {
    "id": "665f1c2a9b1e4a0012a3b4c5",
    "resourceType": "company"
  }
}