GET
/
v1
/
options
/
expirations
curl --request GET \
  --url https://api.sharefast.me/v1/options/expirations
{
  "data": [
    {
      "id": "5m",
      "label": "5 Minutes",
      "value": 300000,
      "characters": 2
    }
  ],
  "success": true
}

Response

200
application/json
Successful request.
data
object[]
required

The data returned by the request.

success
boolean
required

A flag indicating if the request was successful.

Example:

true

Was this page helpful?