List tags
List the tag vocabulary for a project. These are the tags you can put on a testimonial submission.
GET /testimonials/tagsAuthentication
Send your API key as a bearer token. See Authentication .
Query parameters
| Parameter | Type | Notes |
projectId | UUID | Required. The project to read. |
Response
An array of strings.
["onboarding", "support", "pricing", "enterprise"]Example
curl "https://app.contendar.com/api/v1/testimonials/tags?projectId=YOUR_PROJECT_ID" \
-H "Authorization: Bearer ck_your_key_here"Related pages
Was this helpful?