Provide Credentials

This example shows how to provide credentials for API authentication.

# Set credentials

vf_token = os.getenv('VF_USER_TOKEN')
if (vf_token!=None):
    vf.token=vf_token

You can copy the token from your profile in the Developer tab, as shown below:

image.png


Revision #2
Created 17 March 2025 17:21:10 by Christian
Updated 22 August 2025 18:47:11 by admin