Prospects
List Tags
GET
/v1/prospects/tagsGET
/v1/prospects/tags
to find all tags
Authorization
x-api-key<token>
API key for Open API authentication
In: header
Query Parameters
searchstring
Search by tag name
Responses
200
Retrieved all tags successfully
{
"payload": [
{
"id": "2dP27N0gZ3",
"name": "tag",
"createdAt": "2023-07-26T23:25:54.781Z"
}
]
}