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?
Allow deleting redis cache for any app that the requesting user can modify.
^\w+(:\w+)?$
No body
Get an Access View
^\w+$
Deleting an access view will set the is_active flag to False.
^\w+$
No body
List Access Views
^\w+$
Get a list of apps, new apps are created using the Juicebox editor.
List Access Views
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
A Juicebox data permissions object, like a user extra
A Juicebox selections object
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
A Juicebox data permissions object, like a user extra
A Juicebox selections object
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
A Juicebox data permissions object, like a user extra
A Juicebox selections object
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.