Account
Organization
Generate API Key

Generate Api Key API

Welcome to the documentation for the Generate Api key API. This API generates a unique api key for an organization.

Base URL

{baseURL}/v1/organizations/:organizationId/generate-api-key | PUT

Sample Request

curl -X PUT {baseURL}/v1/organizations/:organizationId/generate-api-key \
  -H 'Content-Type: application/json' \

Sample 200 Response

{
  "message": "Accounts retrieved successfully",
  "data": {
    "items": [],
    "meta": {
      "total": 0,
      "page": 1,
      "limit": 5
    }
  },
  "success": true
}
``