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
GET /v1/store/tags HTTP/1.1
Host:
Authorization: YOUR_API_KEY
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-08-01T19:19:39.395Z",
"updated_at": "2025-08-01T19:19:39.395Z"
}
]
Was this helpful?