BlockonomicsAPI Reference
Stores
POST/v2/stores/{id}Auth required

Update a store

Update the details of a specific store.

Requires Bearer token authentication. Include Authorization: Bearer YOUR_API_KEY in the request header.

Path Parameters

idintegerrequired

The unique ID of the store

Request Body

namestring

New name for the store

http_callbackstring

New callback URL for the store

Responses

dataobjectView store
idpath · integerrequired

The unique ID of the store

namebody · string

New name for the store

http_callbackbody · string

New callback URL for the store

Response will appear here