How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Altruistiq Product API

### Altruistiq’s Product API enables you to:- Create new products- Update existing products- Delete products- Get a list of products- All the above in bulk

Altruistiq Product API is one of 9 APIs that Altruistiq publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include Product. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a JSON-LD context, and 4 JSON Schemas.

This API exposes 8 operations across 3 paths, and defines 13 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://app.altruistiq.com/.

8 operations 3 paths 13 schemas 2 DELETE2 GET2 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://app.altruistiq.com/api/public/v1
Authentication
API Key, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Altruistiq Product API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (bearerAuth). It supports OAuth 2.0 (oauth2) using the clientCredentials flow.

  • bearerAuth — Enter the token with the Bearer: prefix, e.g. Bearer: apiKey.

Paths & Operations 8

Across 3 paths, the API surfaces 8 operations — 2 DELETE, 2 GET, 2 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Product 8

Altruistiq’s Product API enables you to: - Create new products - Update existing products - Delete products - Get a list of products - All the above in bulk

POST
/api/public/v1/products
Create A Single Product
PublicProductController.createProduct body → 201401422500
GET
/api/public/v1/products
Get Products In Bulk
PublicProductsController.bulkGetProducts 5 params → 200401404500
PATCH
/api/public/v1/products
Update Products In Bulk
PublicProductsController.bulkUpdateProducts body → 200401422500
DELETE
/api/public/v1/products
Delete Products In Bulk
PublicProductsController.bulkDeleteProducts body → 204401422500
GET
/api/public/v1/products/{id}
Get A Single Product
PublicProductController.getProduct 1 param → 200401404500
PATCH
/api/public/v1/products/{id}
Update A Single Product
PublicProductController.updateProduct 1 param body → 200401404500
DELETE
/api/public/v1/products/{id}
Delete A Single Product
PublicProductController.deleteProduct 1 param → 204401404500
POST
/api/public/v1/products/bulk
Create Products In Bulk
PublicProductsController.bulkCreateProducts body → 201401500

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are BulkGetProductsResponse (10 properties), GetProductResponse (10 properties), UpdateProductBase (8 properties), UpdateProductRequest (8 properties). Each schema is shown below with its type and property counts.

BulkUpdateProductsRequest
object
1 property 1 required
GetProductResponse
object
10 properties 10 required
BulkDeleteProductsRequest
object
1 property 1 required
CreateProductRequest
object
8 properties 5 required
BulkGetProductsResponse
object
Response data for products retrieved in bulk
10 properties 10 required
CreateProductResponse
object
1 property 1 required
BulkCreateProductsRequest
object
1 property 1 required
CreateProductBase
object
8 properties 5 required
BulkCreateProductsResponse
object
1 property 1 required
BulkUpdateProductsResponse
object
1 property 1 required
UpdateProductRequest
object
8 properties 1 required
UpdateProductBase
object
8 properties 7 required
UpdateProductResponse
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

altruistiq-product-api-openapi.yml Raw ↑

Other APIs Altruistiq publishes across the network.

Altruistiq Datasource API
Altruistiq Export API
Altruistiq Facility API
Altruistiq Location API
Altruistiq Organization API
Altruistiq Product structure API
Altruistiq Product structure inputs API
Altruistiq Security API
Where this information came from

This is an independent, third-party profile of Altruistiq Product API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.