API Keys

GET /api/v1/main/api-keys

get
Authorizations
Responses
200

Successful response

application/json
Responseobject
get
GET /api/v1/main/api-keys HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "status": "ok"
}

POST /api/v1/main/api-keys

post
Authorizations
Responses
200

Successful response

application/json
Responseobject
post
POST /api/v1/main/api-keys HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "status": "ok"
}

POST /api/v1/main/api-keys/revoke/<key>

post
Authorizations
Path parameters
keystringRequired

Path parameter key

Responses
200

Successful response

application/json
Responseobject
post
POST /api/v1/main/api-keys/revoke/{key} HTTP/1.1
Host: api.dovafm.xyz
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "status": "ok"
}

Last updated