curl --request POST \
--url https://staging.api.us.aptlydone.com/matrix/v1/matrix/view \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"matrixId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"viewData": {}
}'
{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:11.638Z",
"message": "Success",
"data": {
"id": "eead5912-3bf4-4c04-a675-c4c8837a2357",
"matrixId": "d04e9edb-857c-49ba-9b19-681be2e8fafc",
"userId": "fdde3d1d-ec80-4fee-b174-fe4b6422fd52",
"viewData": {},
"createdOn": "2025-06-24T08:51:11.905Z",
"updatedOn": "2025-06-24T08:51:11.906Z"
}
}
curl --request POST \
--url https://staging.api.us.aptlydone.com/matrix/v1/matrix/view \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"matrixId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"viewData": {}
}'
{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:11.638Z",
"message": "Success",
"data": {
"id": "eead5912-3bf4-4c04-a675-c4c8837a2357",
"matrixId": "d04e9edb-857c-49ba-9b19-681be2e8fafc",
"userId": "fdde3d1d-ec80-4fee-b174-fe4b6422fd52",
"viewData": {},
"createdOn": "2025-06-24T08:51:11.905Z",
"updatedOn": "2025-06-24T08:51:11.906Z"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Matrix view saved successfully
The response is of type object
.