Setting up API access
Where to get your API key:

Now test that your API Key works
post
Body
apikeystringRequired
appidstringRequired
Responses
200Success
No content
400Error
401Error
post/api/verify/apikey
POST /api/verify/apikey HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 32
{
"apikey": "text",
"appid": "text"
}No content
Last updated
