Skip to main content
GET
/
discounts
/
{id}
Get discount by ID
curl --request GET \
  --url https://api.pocketsflow.com/discounts/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter your Pocketsflow API key (format: pk_live_... or pk_test_...)

Path Parameters

id
string
required

Discount ID

Response

Discount details