Get private exchange branded list

This method allows you to down­load a list of pri­vate exchange brand­ed list. In response you will get a pri­vate exchange brand­ed 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/­cor­po­rate-exchange-api/v1/­cor­po­rate-exchange
  • 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

{
  "corporate_exchanges": [
    {
      "created_at": "2022-09-23T09:03:12.168Z",
      "created_by": {
        "employee": {
          "account_id": 11111
        }
      },
      "id": "47613e74-243e-44b2-a13a-8b20ee62dbdd",
      "member": {
        "roles": [
          "1_principal",
          "3_administrator"
        ]
      },
      "name": "API"
    },
    {
      "created_at": "2022-11-21T13:54:59.316Z",
      "created_by": {
        "employee": {
          "account_id": 22222
        }
      },
      "id": "b3a7b0f0-d7f4-4de8-aa6d-61b5d9bae999",
      "member": {
        "roles": [
          "1_principal",
          "3_administrator"
        ]
      },
      "name": "TEST-API"
    }
  ],
  "has_next_page": false,
  "page": 1,
  "page_size": 2
}