v1

latestOpenAPI 3.0.02026-07-2421110121.4 KB
Organization

Get your Organization details

Retrieves the Organization information for the current user.

get/v3/organizations/me

Headers

orderful-api-keystring required

Your Orderful API key.

Response

Organization details.

idstring required

Unique organization identifier.

namestring required

Organization name.

Example response

{
  "id": "123",
  "name": "Orderful"
}