Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

The VINCE API is still under development, but we are making this documentation available for folks who might want to try it out in the meantime. Please let us know what changes you'd like by submitting feedback through VINCE.

Table of Contents

Getting an Authentication Token

  1. Log in to the VINCE COMM UI.
  2. Go to your user profile page User Profile.
  3. Scroll down to 'Generate API Key'.Generate an API key
  4. Copy they API key to a safe place, you will not be able to access it again. ( If lost, you need to regenerate a new one.)

Using the token

Code Block
headers={'Authorization': "Token {}".format(token)}

...