Skip to content

Apiera REST API (1.0.0)

The Apiera REST API provides programmatic access to the Apiera platform, enabling seamless integration with your existing systems and workflows.

Download OpenAPI description
Languages
Servers
Mock server
https://docs.apiera.io/_mock/openapi
http://localhost:5281

Tag Contents

Operations

Tags

Operations

Skus

Operations

Sku Dimensions

Operations

Sku Weights

Operations

Family Asset Types

Operations

Family Attributes

Operations

Family Categories

Operations

Families

Operations

Family Relation Types

Operations

Product Assets

Operations

Product Asset Types

Operations

Product Attributes

Operations

Product Categories

Operations

Product Contents

Operations

Products

Operations

Product Metadata

Operations

Product Relations

Operations

Product Relation Types

Operations

Product Tags

Operations

Product Terms

Operations

Organization Members

Operations

Organizations

Operations

/v1/organizations/current

Request

Security
Bearer
curl -i -X GET \
  https://docs.apiera.io/_mock/openapi/v1/organizations/current \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
uuidstring(uuid)required
createdAtstring(date-time)required
Example: "2025-11-23T14:15:22.123456Z"
updatedAtstring(date-time)required
Example: "2025-11-23T14:15:22.123456Z"
namestringrequired
Response
application/json
{ "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "createdAt": "2025-11-23T14:15:22.123456Z", "updatedAt": "2025-11-23T14:15:22.123456Z", "name": "string" }

/v1/organizations/current

Request

Security
Bearer
Bodyapplication/jsonrequired
namestring or nullrequired
curl -i -X PATCH \
  https://docs.apiera.io/_mock/openapi/v1/organizations/current \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "string"
  }'

Responses

OK

Bodyapplication/json
uuidstring(uuid)required
createdAtstring(date-time)required
Example: "2025-11-23T14:15:22.123456Z"
updatedAtstring(date-time)required
Example: "2025-11-23T14:15:22.123456Z"
namestringrequired
Response
application/json
{ "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "createdAt": "2025-11-23T14:15:22.123456Z", "updatedAt": "2025-11-23T14:15:22.123456Z", "name": "string" }

Organization Roles

Operations

Locales

Operations

Category Contents

Operations

Categories

Operations

Brand Contents

Operations

Brands

Operations

Attribute Contents

Operations

Attributes

Operations

Attribute Term Contents

Operations

Attribute Terms

Operations

Assets

Operations

Asset Files

Operations

Asset Metadata

Operations