Skip to main content

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