cURL
curl --request POST \ --url https://api.getmaxim.ai/v1/log-repositories \ --header 'Content-Type: application/json' \ --header 'x-maxim-api-key: <api-key>' \ --data '{ "name": "<string>", "description": "<string>", "workspaceId": "<string>", "folderId": "<string>", "customPricingStructureId": "<string>" }'
{ "data": { "id": "<string>", "name": "<string>", "description": "<string>", "workspaceId": "<string>", "folderId": "<string>", "config": {}, "customPricingStructureId": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } }
Create a new log repository
API key for authentication
Log repository created successfully
The response is of type object.
object
Was this page helpful?