Discussions

Ask a Question
Back to all

hasIntegrationExternalId=false Application Endpoint not working

import requests

url = "https://api.join.com/v2/applications?createdAtGte=2024-07-10&hasIntegrationExternalId=false"

headers = {
"accept": "application/json",
"Authorization": "XYZ"
}

response = requests.get(url, headers=headers)

print(response.text)


Authorization token was filled, worket without the "hasIntegrationExternalid" Tag.