Managing API Keys Through Otto API
Otto has a Proxy around the FileMaker Data API. You create keys by logging in with credentials like you would to the regular API we cover that in the User guide. But in addition, you can use the developer API to list all the current keys and delete them. See below.
You can list and delete API Keys with the Otto API.
Get All Currently Active Keys
GET /api/api-key
Returns an array of API Keys
Delete an APIKey
DELETE /api/api-key/<apiKey>
Deletes the key