AWorld APIs are in a pre-alpha stage and are being updated frequently. For integration inquiries or technical information, please contact us at server@aworld.org.
curl --location --request POST 'https://api.eu-west-1.aworld.cloud/app/v1/activity-logs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"activityId": "FUMzPf00hz_kcj2R2Hlzq",
"userId": "string",
"outcome": "SUCCESS",
"value": 1,
"tags": [
"string"
],
"additionalData": {
"property1": null,
"property2": null
},
"activityLogId": "string",
"completedAt": "2019-08-24T14:15:22Z"
}'
{
"activityLogId": "string",
"activityId": "FUMzPf00hz_kcj2R2Hlzq",
"userId": "string",
"outcome": "SUCCESS",
"value": 1,
"tags": [
"string"
],
"additionalData": {
"property1": null,
"property2": null
},
"completedAt": "2019-08-24T14:15:22Z",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}