Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 664 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 664 Bytes

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.