Products & Services

All API Operations related with products & services

READ Scope

List all Products & Services

get

Retrieves all the products and services

Authorizations
AuthorizationstringRequired

API Key Authentication

Responses
200

OK

application/json
get
/v1/product-services
200

OK

Get a Product / Service by ID

get

Retrieves a single product or service by its unique ID or user-generated product code.

Authorizations
AuthorizationstringRequired

API Key Authentication

Path parameters
idstringRequired
Responses
200

OK

application/json
get
/v1/product-services/{id}
200

OK

WRITE Scope

Create a new Product or Service

post

Creates a new product or service

Authorizations
AuthorizationstringRequired

API Key Authentication

Body
Responses
200

OK

application/json
post
/v1/product-services
200

OK

UPDATE Scope

Update Product or Service

put

Updates an existing product or service

Authorizations
AuthorizationstringRequired

API Key Authentication

Path parameters
idstring · uuidRequired
Body
Responses
200

OK

application/json
put
/v1/product-services/{id}
200

OK

Last updated