Security
Get a User Action
Authorization
API Key x-api-key<token>
Authenticate using API Key in request header
In: header
Path Parameters
userActionID*string
Response Body
application/json
curl -X GET "https://api.bem.ai/v2/user-actions/string"{
"userAction": {
"ID": "string",
"userID": "string",
"userEmail": "string",
"apiKeyName": "string",
"emailAddress": "string",
"environment": "string",
"method": "GET",
"path": "string",
"surface": "api",
"handler": "string",
"errorMessage": "string",
"errorType": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
},
"error": "string"
}