Authentication
Log in to smart.caveon.com and generate yourself an access token with read/write permissions. This
token will be able to access the routes below and any objects in your account. Tagged access codes will
force their list of tags onto any items/data sources/access tokens they create. An access token with tags
can only access objects that contain all of its tags.
Access Tokens
/api/v1/access_tokens
/
GET
POST
name: string
isRead: boolean
isWrite: boolean
tags: array
/:id
GET
DELETE
/:id/regenerate
GET
Editor
/api/v1/editor
/url
POST
itemId: string
name: string
interface: string
templateIds: array (launch with these templates selected)
hideTemplateSelector: boolean
hideNameField: boolean
templateTags: array (templates with these tags will be available)
primaryColor: string
secondaryColor: string
/schema
GET
Items
/api/v1/items/
GET
POST (handled by editor. params available upon request)
/:id
GET
PUT (handled by editor. params available upon request)
DELETE
/:id/generate
POST
n: integer
forget: boolean
/:id/generate_zip
POST (same params as /:id/generate)
/preview
POST (handled by editor. params available upon request)
Data Sources
/api/v1/data_sources
/
GET
POST (handled by editor. params available upon request)
/:id
GET
PUT (handled by editor. params available upon request)
DELETE
/:id/count
Variations
/api/v1/items/:id/variations
/
GET
/:id
GET
Templates
/api/v1/templates
/
GET
Users
/api/v1/users
/me
GET
Comments
0 comments
Please sign in to leave a comment.