Tags
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816OK
411486491630370816411486491630370816When the tag was created
The unique name for the tag.
The unique slug for the tag.
The description of the tag.
The Image URL associated with the tag.
Indicates whether this tag is enabled.
When the tag was last updated.
Error response
GET /v1/stores/{storeId}/tags HTTP/1.1
Authorization: APIKey TOKEN_HERE
Accept: */*
[
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"created_at": "2026-01-01T00:00:00.000Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"name": "text",
"slug": "text",
"description": null,
"image_url": null,
"enabled": true,
"updated_at": null,
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
]An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816OK
411486491630370816411486491630370816When the tag was created
The unique name for the tag.
The unique slug for the tag.
The description of the tag.
The Image URL associated with the tag.
Indicates whether this tag is enabled.
When the tag was last updated.
Error response
POST /v1/stores/{storeId}/tags HTTP/1.1
Authorization: APIKey TOKEN_HERE
Content-Type: application/json
Accept: */*
Content-Length: 59
{
"name": null,
"slug": null,
"description": null,
"enabled": null
}{
"id": "411486491630370816",
"store_id": "411486491630370816",
"created_at": "2026-01-01T00:00:00.000Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"name": "text",
"slug": "text",
"description": null,
"image_url": null,
"enabled": true,
"updated_at": null,
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816OK
411486491630370816411486491630370816When the tag was created
The unique name for the tag.
The unique slug for the tag.
The description of the tag.
The Image URL associated with the tag.
Indicates whether this tag is enabled.
When the tag was last updated.
Error response
GET /v1/stores/{storeId}/tags/{tagId} HTTP/1.1
Authorization: APIKey TOKEN_HERE
Accept: */*
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"created_at": "2026-01-01T00:00:00.000Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"name": "text",
"slug": "text",
"description": null,
"image_url": null,
"enabled": true,
"updated_at": null,
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816No Content
No content
Error response
DELETE /v1/stores/{storeId}/tags/{tagId} HTTP/1.1
Authorization: APIKey TOKEN_HERE
Accept: */*
No content
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816OK
411486491630370816411486491630370816When the tag was created
The unique name for the tag.
The unique slug for the tag.
The description of the tag.
The Image URL associated with the tag.
Indicates whether this tag is enabled.
When the tag was last updated.
Error response
PATCH /v1/stores/{storeId}/tags/{tagId} HTTP/1.1
Authorization: APIKey TOKEN_HERE
Content-Type: application/json
Accept: */*
Content-Length: 59
{
"name": null,
"slug": null,
"description": null,
"enabled": null
}{
"id": "411486491630370816",
"store_id": "411486491630370816",
"created_at": "2026-01-01T00:00:00.000Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"name": "text",
"slug": "text",
"description": null,
"image_url": null,
"enabled": true,
"updated_at": null,
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}Gets a pre-signed upload URL for uploading an image to a tag
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816OK
The ID of the direct image upload URL.
The URL to upload the image to.
Error response
GET /v1/stores/{storeId}/tags/{tagId}/image-upload-url HTTP/1.1
Authorization: APIKey TOKEN_HERE
Accept: */*
{
"id": "text",
"upload_url": "text"
}Finishes an image upload for a tag
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816The ID of the uploaded image returned by the server.
No Content
No content
Error response
POST /v1/stores/{storeId}/tags/{tagId}/image-upload-finish HTTP/1.1
Authorization: APIKey TOKEN_HERE
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"image_id": "text"
}No content
Deletes an image for a tag
An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.
411486491630370816411486491630370816No Content
No content
Error response
DELETE /v1/stores/{storeId}/tags/{tagId}/image HTTP/1.1
Authorization: APIKey TOKEN_HERE
Accept: */*
No content
Last updated
Was this helpful?
