Get private exchanges list

This method allows you to down­load a list of pri­vate exchanges. In response you will get a pri­vate exchange id which you will then use in pub­li­ca­tion method.

Authorization and access

Autho­riza­tion process is described here. Each API request must also con­sist of unique Api-key obtained dur­ing appli­ca­tion reg­is­tra­tion togeth­er with client_id and client_secret.

Url parameters and connection settings

  • URL: https://api.platform.trans.eu
  • End­point: /ex­t/pri­vate-exchange-api/v1/ex­change
  • Http Method: GET

Headers

  • Accept: application/json
  • Con­tent-type: application/json
  • Autho­riza­tion: Bear­er {access_token}
  • Api-key: {unique_ap­p_api-key}

Json response example

{
  "exchanges": [
    {
      "created": "2021-09-09T06:06:25+00:00",
      "id": "051d6148-903a-4735-bc57-feebfdd8c900",
      "name": "Giełda Prywatna",
      "type": "1_private"
    }
  ],
  "has_next_page": false,
  "page": 1,
  "page_size": 25
}