Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://v1.api.altostrat.io/captive/instances/{instanceId}/coupon-schedules/{scheduleId}/generate_url \
--header 'Authorization: Bearer <token>'{
"signed_url": "https://v1.api.altostrat.io/captive/coupons?sid=c3ab8c9b...&expires=..."
}Creates a temporary, signed URL that can be used to retrieve the list of valid coupons generated by a specific schedule. This is useful for distributing coupons to third-party systems without exposing API keys. The URL is valid for 24 hours.
curl --request GET \
--url https://v1.api.altostrat.io/captive/instances/{instanceId}/coupon-schedules/{scheduleId}/generate_url \
--header 'Authorization: Bearer <token>'{
"signed_url": "https://v1.api.altostrat.io/captive/coupons?sid=c3ab8c9b...&expires=..."
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication. Provide your token in the 'Authorization' header. Example: Authorization: Bearer <YOUR_TOKEN>
The unique identifier for the captive portal instance.
"9a7f1b2c-3d4e-5f6a-7b8c-9d0e1f2a3b4c"
The unique identifier for the coupon schedule.
"1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
A temporary signed URL.
A temporary URL (valid for 24 hours) to access the list of valid coupons from this schedule.
"https://v1.api.altostrat.io/captive/coupons?sid=c3ab8c9b...&expires=..."
Was this page helpful?