cURL
curl --request GET \ --url https://one.telepie.com/v3/fetchcatalogid \ --header 'apikey: <api-key>'
This API is used to fetch the catalog id for the given waba number
{ "code": 200, "status": "SUCCESS", "message": "Catalog data fetch successfully", "data": { "catlogid": "catalog-id" } }
Was this page helpful?