List tags
Returns the store's tag library, ordered by name. Reference a tag's id via tagIds when creating or updating a test.
get
Authorizations
AuthorizationstringRequired
All requests require Authorization: Bearer sl_live_<your_api_key>. Generate a key from the Shoplift admin's API Keys settings page.
Responses
200
OK
application/json
403
Forbidden
application/problem+json
404
Not Found
application/problem+json
429
Too Many Requests
application/problem+json
get/api/public/v1/tags
GET /api/public/v1/tags HTTP/1.1
Host: app.shoplift.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"tags": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text"
}
]
}Last updated
Was this helpful?