cURL
curl --request POST \ --url https://api.engrate.io/send_status_request \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "sender_id": "<string>", "receiver_id": "<string>", "date": "<string>" } '
{ "spec": { "sender_id": "<string>", "receiver_id": "<string>", "date": "<string>" }, "message_id": "<string>", "time_interval": "<string>" }
Arrange to send a status request to TSO.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Spec for status requests.
Successful Response
Spec for status requests including generated data.
Show child attributes
Was this page helpful?