Get product feed
Returns a gzip-compressed JSON lines file of the product feed. Each line in the decompressed file represents an individual product, formatted according to the same schema as the /products/{productId} endpoint.
Authorization
ApiKey X-Api-Key<token>
API key provided on the Custom API Connector 'Integrations' page.
In: header
Response Body
application/octet-stream
application/json
curl -X GET "https://example.com/products/feed""string"Post Token POST
Collects and stores the credit card information and returns a token representing the stored card. Alternatively, Bolt also provides an [NPM package](https://help.boltapp.com/developers/references/bolt-tokenizer/) for ease of use.
Get product by ID GET
Returns detailed information about a specified product by its ID.