Discussions
hasIntegrationExternalId=false Application Endpoint not working
last year by Kolja Kattoll
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.
