Skip to content

The headers are set incorrectly wrong #4

@SimplicityGuy

Description

@SimplicityGuy

The correct headers to pass to an API call are:

    headers = {
            'Accept': 'application/json',
            'Authorization': 'Bearer {0}'.format(access_token)
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions