curl --request POST \ --url https://prod.oneloop.ai/api/v1/api-key/record-usage \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "key": "<string>", "usage": "0", "usageName": "<string>" }'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The record usage result
The response is of type object.
object