mATRIC API (1.0.0)

mATRIC API for managing users, agents, and third-party apps.

Download OpenAPI description
Overview
License MIT
Languages
Servers
Mock server
https://matric-docs.redocly.app/_mock/openapi/
https://matric-docs.redocly.app/

token

Operations

users

Operations

agents

Operations

third_party_apps

Operations

agent_update

Operations

agent_details

Operations

agent_data

Operations

send_command

Operations

agent_data_callback

Operations

agent_details_callback

Operations

Agent Details Callback

Request

Callback endpoint to receive agent details from the subscriber. The agent details will be sent to the WebSocket client identified by the job_number.

Query
job_numberany(Job Number)required
Bodyapplication/jsonrequiredArray [
any
]
curl -i -X POST \
  https://matric-docs.redocly.app/_mock/openapi/callback/agent_details \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '[
    null
  ]'

Responses

Successful Response

Bodyapplication/json
any
Response
application/json
null