Tags
Retrieves the store's tags.
Authorizations
Header parameters
x-paynow-store-idstring · flake-idRequired
PayNow Store Identifier (Store ID) available in Store Settings
Responses
200
OK
application/json
default
Error response
application/json
get
/v1/store/tagsGET /v1/store/tags HTTP/1.1
Host:
x-paynow-store-id: text
Accept: */*
[
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"slug": "text",
"name": "text",
"description": "text",
"image_url": "https://cdn.paynow.gg/logo/full/logotype-color.svg",
"enabled": true,
"created_at": "2025-10-29T11:43:21.948Z",
"updated_at": "2025-10-29T11:43:21.948Z"
}
]Was this helpful?
