List all distinct tags used across contacts and companies.
Query Parameters
- Type: string
Scope: 'contact', 'company', or 'all' (default)
- Type: string
Only return tags starting with this string
Responses
- application/json
- application/problem+json
- application/problem+json
- application/problem+json
Request Example for get/api/v1/network/tags
curl 'https://app.propstreet.com/api/v1/network/tags?scope=&prefix=' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"tags": [
"string"
],
"total": "string"
}