Vividly's GraphQL API exports data from the Vividly platform in a format customizable to your needs.
You will need your Vividly company ID as well as an API token. These can both be obtained from the Settings
section of Vividly.
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
Please see the examples/
folder for some examples of the API and its use.