Agents

Generate A P I Key

post/api/v1/agents/{id}/api-key

Path parameters

idstring required

Response

API key generated successfully

statusstring

Example response

{
  "status": "success",
  "data": {
    "api_key": "ak_1234567890abcdef",
    "api_secret": "as_abcdef1234567890"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.