List Policies
curl --request GET \
--url https://api.launchmystore.io/api/v1/policies \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"policies": [
{
"type": "refund_policy",
"title": "Refund Policy",
"body": "<p>We offer a 30-day return policy...</p>",
"url": "/policies/refund-policy",
"updated_at": "2024-01-15T10:30:00Z"
},
{
"type": "privacy_policy",
"title": "Privacy Policy",
"body": "<p>Your privacy is important to us...</p>",
"url": "/policies/privacy-policy",
"updated_at": "2024-01-15T10:30:00Z"
},
{
"type": "terms_of_service",
"title": "Terms of Service",
"body": "<p>By using our website, you agree to...</p>",
"url": "/policies/terms-of-service",
"updated_at": "2024-01-15T10:30:00Z"
},
{
"type": "shipping_policy",
"title": "Shipping Policy",
"body": "<p>We ship to all 50 states...</p>",
"url": "/policies/shipping-policy",
"updated_at": "2024-01-15T10:30:00Z"
}
]
}
}
Policies
List Policies
Get all store policies
GET
/
api
/
v1
/
policies
List Policies
curl --request GET \
--url https://api.launchmystore.io/api/v1/policies \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"policies": [
{
"type": "refund_policy",
"title": "Refund Policy",
"body": "<p>We offer a 30-day return policy...</p>",
"url": "/policies/refund-policy",
"updated_at": "2024-01-15T10:30:00Z"
},
{
"type": "privacy_policy",
"title": "Privacy Policy",
"body": "<p>Your privacy is important to us...</p>",
"url": "/policies/privacy-policy",
"updated_at": "2024-01-15T10:30:00Z"
},
{
"type": "terms_of_service",
"title": "Terms of Service",
"body": "<p>By using our website, you agree to...</p>",
"url": "/policies/terms-of-service",
"updated_at": "2024-01-15T10:30:00Z"
},
{
"type": "shipping_policy",
"title": "Shipping Policy",
"body": "<p>We ship to all 50 states...</p>",
"url": "/policies/shipping-policy",
"updated_at": "2024-01-15T10:30:00Z"
}
]
}
}
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
Response
{
"success": true,
"data": {
"policies": [
{
"type": "refund_policy",
"title": "Refund Policy",
"body": "<p>We offer a 30-day return policy...</p>",
"url": "/policies/refund-policy",
"updated_at": "2024-01-15T10:30:00Z"
},
{
"type": "privacy_policy",
"title": "Privacy Policy",
"body": "<p>Your privacy is important to us...</p>",
"url": "/policies/privacy-policy",
"updated_at": "2024-01-15T10:30:00Z"
},
{
"type": "terms_of_service",
"title": "Terms of Service",
"body": "<p>By using our website, you agree to...</p>",
"url": "/policies/terms-of-service",
"updated_at": "2024-01-15T10:30:00Z"
},
{
"type": "shipping_policy",
"title": "Shipping Policy",
"body": "<p>We ship to all 50 states...</p>",
"url": "/policies/shipping-policy",
"updated_at": "2024-01-15T10:30:00Z"
}
]
}
}
⌘I