v2

latestOpenAPI 3.1.02026-08-054181117.0 KB

Current Supplier

The supplier currently authenticated.

Use this endpoint to get your supplier_id and organisation_id.

get/supplier

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Response

Successful Response

idstring required
short_descriptionstring nullable required
long_descriptionstring nullable required

Example response

{
  "id": "spl_1CC712KFS1S0YKPS",
  "organisation": {
    "id": "org_1GB56M1ST1S0GVNA",
    "name": "Isometric",
    "domain": "isometric.com"
  },
  "location": {
    "country_code": "GBR",
    "latitude": 51.5072,
    "longitude": -0.1276
  }
}