curl --request GET \
--url https://api.crevio.co/v1/tags/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"object": "<string>",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"customers_count": 123
}Returns a specific tag
curl --request GET \
--url https://api.crevio.co/v1/tags/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"object": "<string>",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"customers_count": 123
}API key in the format: Bearer {api_token}
The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")
Was this page helpful?