Skip to content
.seventhings.com

Prefill your credentials

Fill in your non-secret values to have them appear in the examples below. Stored locally in your browser.

Add object to circularity-hub.

POST
/customer-api/v1/circularity-hub/add-objects-to-circularity-hub
curl --request POST \
--url https://your-instance.seventhings.com/customer-api/v1/circularity-hub/add-objects-to-circularity-hub \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "e8907bf9-90b3-4ea4-998c-242fab57d6a7": { "category": "<value>", "price": "<value>" } }'

Add object to circularity-hub.

Media typeapplication/json

A map of object UUIDs with user given category and price

object
key
additional properties

Given category and price

object
key
additional properties
any
Example
{
"category": "<value>",
"price": "<price>"
}
Example
{
"e8907bf9-90b3-4ea4-998c-242fab57d6a7": {
"category": "<value>",
"price": "<value>"
}
}

Success

Request body is missing or invalid or request data is invalid.

Access token is missing or invalid.

You are not permitted to perform the requested operation.

The requested resource could not be found.

The requested resource representation has no acceptable format.

The requested entry is not processable.

Internal Server Error.