...
- Log in to VINCE.
- Go to your User Profile.
- Scroll down to "Generate API Key".
- 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.
- Use the API key in the headers of your request as shown below.
Code Block | ||
---|---|---|
| ||
headers={'Authorization': "Token {}".format(token)} |
...