Api keys

Update Api Key

PUT
/api-keys/{id}
AuthorizationBearer <token>

Default JWT Authorization

In: header

Path Parameters

idstring
name?string
description?string
isActive?boolean
lastUsedAt?string
Formatdate-time

Response Body

curl -X PUT "http://crm-apiprod.b2bleadsmarket.com/api-keys/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "string",
  "name": "string",
  "description": "string",
  "key": "string",
  "workspaceId": "string",
  "memberId": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "lastUsedAt": "2019-08-24T14:15:22Z",
  "isActive": true,
  "expiresAt": "2019-08-24T14:15:22Z"
}