Usage
JL
By Josselind Liebe
To authenticate with the Autom API, add the header x-api-key to your request.
You can find your API key on your dashboard.
Request
The host is
autom.devAll requests should be made with HTTPS
All of our endpoints accept the
POSTmethod
You are required to add the header Content-Type: application/json
curl -X GET \
-H "Content-Type: application/json" \
-H "x-api-key: your_api_key" \
"https://autom.dev/api/usage"Response
{
"plan": "API",
"remaining": 748566
}Was this helpful?