Juicebox API
The Juicebox API can be used for generating urls to embed apps in your webpage.
Last updated
Was this helpful?
The Juicebox API can be used for generating urls to embed apps in your webpage.
Last updated
Was this helpful?
The maximum pagination size is limited by object. Apps are limited to page sizes of 100, other objects will return 10000 objects. If the number of available objects exceeds the limit, the list will be paginated. Response headers will contain the following values.
X-Count
The total number of objects available.
X-Page
The current page number
X-PageSize
The number of objects on each page.
X-Next
A link to fetch the next page of data. This will be "None" when on the last page of data.
X-Previous
A link to fetch the previous page of data. This will be "None" when on the first page of data.
Allow deleting redis cache for any app that the requesting user can modify.
^\w+(:\w+)?$
No response body
No content
List Access Views
Get an Access View
^\w+$
Deleting an access view will set the is_active flag to False.
^\w+$
The access view has been set to inactive.
No content
List Access Views
^\w+$
Get a list of apps, new apps are created using the Juicebox editor.
List Access Views
Can this access key be used
The number of times this access key CAN BE used. 0=unlimited uses
The number of times this access key HAS BEEN used
The app this key is granting access to
Modify an Access View
^\w+$
Can this access key be used
The number of times this access key CAN BE used. 0=unlimited uses
The number of times this access key HAS BEEN used
The app this key is granting access to
Modify an Access View
^\w+$
Can this access key be used
The number of times this access key CAN BE used. 0=unlimited uses
The number of times this access key HAS BEEN used
The app this key is granting access to
For backward compatibility with some client's integrations that have hardcoded 200, we remap status 201 to 200.
Serializer class used to validate a username and password.
'username' is identified by the custom UserModel.USERNAME_FIELD.
Returns a JSON Web Token that can be used to authenticate later calls.