curl --request GET \ --url https://api.sharefast.me/v1/options/expirations
{ "data": [ { "id": "5m", "label": "5 Minutes", "value": 300000, "characters": 2 } ], "success": true }
The data returned by the request.
Show child attributes
Time unit for the expiration.
"5m"
Expiration time in human-readable format.
"5 Minutes"
Expiration time in milliseconds.
300000
Minimum number of characters required for this expiration.
2
A flag indicating if the request was successful.
true
Was this page helpful?