Skip to content

Platform Status

The platform Status API will give you information about the status of the ETPA Platform

Get Public Announcements

Request

This endpoint will give you all the announcements of the application

Security
api-key
GET
/public-api/1.0/platform-status/announcement
curl -i -X GET \
  https://acc-trading.etpa.nl/public-api/1.0/platform-status/announcement \
  -H 'api_key: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
Array [
idstring
messagestring
createdstring, (date-time)
startstring, (date-time)
endstring, (date-time)
activeboolean
startDownTimestring, (date-time)
endDownTimestring, (date-time)
]
Response
[ { "id": "string", "message": "string", "created": "2019-08-24T14:15:22Z", "start": "2019-08-24T14:15:22Z", "end": "2019-08-24T14:15:22Z", "active": true, "startDownTime": "2019-08-24T14:15:22Z", "endDownTime": "2019-08-24T14:15:22Z" } ]