GET
/
supplier
curl --request GET \
  --url https://api.sandbox.isometric.com/registry/v0/supplier \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "id": "spl_1CC712KFS1S0YKPS",
  "location": {
    "country_code": "<string>",
    "country_name": "<string>"
  },
  "organisation": {
    "domain": "isometric.com",
    "id": "org_1GB56M1ST1S0GVNA",
    "name": "Isometric"
  }
}

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Example:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Response

200
application/json
Successful Response
id
string
required
Required string length: 20 - 36
Example:

"spl_1CC712KFS1S0YKPS"

location
object | null
required
organisation
object
required