utilsio.dev is currently in Alpha, please report any issues to hi@utilsio.dev. Happy building! 🚀
curl --request GET \
--url https://utilsio.dev/api/v1/subscription \
--header 'X-utilsio-Signature: <api-key>' \
--header 'X-utilsio-Timestamp: <x-utilsio-timestamp>'{
"success": true,
"subscription": {
"id": "sub_abc123",
"amountPerDay": "1.5",
"createdAt": "2024-01-15T10:30:00.000Z"
}
}Retrieves the active subscription for the authenticated device and specified application.
curl --request GET \
--url https://utilsio.dev/api/v1/subscription \
--header 'X-utilsio-Signature: <api-key>' \
--header 'X-utilsio-Timestamp: <x-utilsio-timestamp>'{
"success": true,
"subscription": {
"id": "sub_abc123",
"amountPerDay": "1.5",
"createdAt": "2024-01-15T10:30:00.000Z"
}
}Documentation Index
Fetch the complete documentation index at: https://utilsio.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
HMAC signature for request authentication
Unix timestamp for request signing
The application ID to retrieve the subscription for
Was this page helpful?