There was an error while loading. Please reload this page.
This API returns JSON containing information about the API keys existing in the system.
(tdm component)/api/keys/(option)
GET /api/keys/list
{ "keys": [ { "keyvalue": "(keyvalue)", }, (previous repeated for each key) ], "status": "(status string, "OK" or "ERROR")", "message": "(additional status details)" }
GET /api/keys/create (creates a random key - will be a UUID) or GET /api/keys/create/(keyvalue) (creates the given key)
{ "key": { "keyvalue": "(keyvalue)" }, "status": "(status string, "OK" or "ERROR")", "message": "(additional status details)" }
GET /api/keys/delete/(keyvalue)