API DocumentationManufacturer customer organisation controller

Get customer organisation summaries

GET
/api/manufacturer/v1/organisation

Retrieves a list of customer organisation summaries

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/manufacturer/v1/organisation"
[  {    "id": 0,    "name": "string",    "taxExempt": true,    "createdAt": "2019-08-24T14:15:22Z",    "updateDt": "2019-08-24T14:15:22Z",    "firstTouchSource": "string",    "language": "string",    "isApproved": true,    "accountingSystemId": "string"  }]
Empty

Last updated on