Consult spinner response schema for resonse details and examples.

Params

Param name Description
product_id
required

Product ID

Validations:

  • Must be a number.

id
required

Spinner ID

Validations:

  • Must be a number.

Headers

Header name Description
Accept
required
application/vnd.api+json; com.pixelsquid.api.version=1
Authorization
required
Base64 encoding of [key_id]:[secret]

For example:
Basic REVWRUxPUEVSX1BBQ0s6cGl4ZWxzcXVpZHNhbXBsZQ==

The following sample api key may be used for development purposes only:

key_id: DEVELOPER_PACK
secret: pixelsquidsample

X-Client-External-User-ID
optional
You may pass this header to associate any api requests
with the unique identifier of the end user.