Skip to content

Cresicor/vividly-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Vividly API Examples

Vividly's GraphQL API exports data from the Vividly platform in a format customizable to your needs.

Requirements

You will need your Vividly company ID as well as an API token. These can both be obtained from the Settings section of Vividly.

Use of the Vividly API

Currently the Vividly API is in a beta phase. It is available at this URL: https://pr-2004.vividly.dev/public/graphql/

You will need to pass two headers to each API call

  • an API bearer token as the Authorization header
  • your company ID as the Company header

Examples

Please see the examples/ folder for some examples of the API and its use.

Releases

No releases published

Packages

No packages published