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": "2026-01-08T06:33:22.023Z",
"message": "Success",
"data": {
"id": "62909f2b-594a-433f-a752-a22a439fd6de",
"matrixId": "c8e0b94a-3309-4e15-90c9-b8db44764263",
"userId": "2797187e-61d6-43d8-a775-cf9cd182c52b",
"viewData": {},
"createdOn": "2026-01-08T06:33:22.378Z",
"updatedOn": "2026-01-08T06:33:22.378Z"
}
}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": "2026-01-08T06:33:22.023Z",
"message": "Success",
"data": {
"id": "62909f2b-594a-433f-a752-a22a439fd6de",
"matrixId": "c8e0b94a-3309-4e15-90c9-b8db44764263",
"userId": "2797187e-61d6-43d8-a775-cf9cd182c52b",
"viewData": {},
"createdOn": "2026-01-08T06:33:22.378Z",
"updatedOn": "2026-01-08T06:33:22.378Z"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.aptlydone.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Matrix view saved successfully
Was this page helpful?