Skip to main content
GET
/
v1
/
InfoTask
/
GetMyUsage
Get My Usage
curl --request GET \
  --url https://ato.fnskutoasin.com/api/v1/InfoTask/GetMyUsage \
  --header 'Api-Key: <api-key>'
{
  "messages": [
    "<string>"
  ],
  "succeeded": true,
  "data": {
    "limit": 123,
    "usage": 123
  }
}

Authorizations

Api-Key
string
header
required

Response

200 - application/json

Status 200 OK

messages
string[] | null
succeeded
boolean
data
object