API Using Postman
API Using Postman
Installation:
Sign in:
Procedure:
"client_id": "datapipeline",
"client_secret": "YMchtvaarS5NzhL27QIDt1k94zuXZWFd2Yuq",
"grant_type": "client_credentials"
19. Replace care recipient id by the id you want the events for.
20. IMPORTANT: Do not forget to change the id field each time; any duplicate event id
will not be saved, even if valid. You can use an id generator,
https://www.uuidgenerator.net/
21. Replace timestamp by the date you want the event to be emitted for. When
relevant, also update monitoring start at and monitoring end at to stay consistent.
You have to keep the ISO format.
22. Response (any mistake in the format will be described in the errors field.)
[
{
"isValid": true,
"errors": []
}, // as many time as the number of events you sent.