Api keys
Decode an Api Key Token
curl -X POST "http://crm-apiprod.b2bleadsmarket.com/api-keys/decode" \ -H "Content-Type: application/json" \ -d '{ "token": "string" }'{
"workspaceId": "string",
"memberId": "string",
"jti": "string",
"isValid": true,
"apiKeyDetails": {
"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"
}
}