Verdocs - Developer Documentation
ReferenceRest APIAPI DocumentationApi keys

Create API key

POST
/v2/api-keys

Request Body

application/json

Body Parameters

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.verdocs.com/v2/api-keys" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",    "permission": [      "string"    ]  }'
{}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}