Skip to main content
GET
/
v3
/
fetchcatalogid
Get Catalog ID using WABA Id
curl --request GET \
  --url https://one.telepie.com/v3/fetchcatalogid \
  --header 'apikey: <api-key>'

Request Body Parameters

apikey
string
required
Specifies the waba API key
wanumber
string
required
Specifies the WABA number
{
  "code": 200,
  "status": "SUCCESS",
  "message": "Catalog data fetch successfully",
  "data": {
    "catlogid": "catalog-id"
  }
}