Parameters
No parameters.
GET/v1/tenants/shipping_methods
bash
curl https://api.tradly.app/v1/tenants/shipping_methods \
-H "Authorization: Bearer YOUR_PUBLISHABLE_OR_SECRET_KEY" \
-H "Content-Type: application/json" \
-d '{}'RESPONSE
json
{
"status": true,
"data": {
"shipping_methods": [
{
"id": 1,
"name": "Standard delivery"
}
]
}
}