affiliateLinks
Links (urls) for the affiliate organizations.
Arguments
Email address of the affiliate agent.
Possible Errors
Allowed Viewers
Required Permissions
Can query affiliate linksQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query AffiliateLinks($agentContactEmail: String!) {
affiliateLinks(agentContactEmail: $agentContactEmail) {
contactEmail
contactName
id
isBusiness
landingUrl
organisation {
...AffiliateOrganisationTypeFragment
}
subdomain
trainingStatus
}
}
Variables
{
"agentContactEmail": "political-during-art-very-opportunity"
}
Response
{
"data": {
"affiliateLinks": [
{
"contactEmail": "glass-painting-night-mission-article",
"contactName": "good-include-current-they-interest",
"id": "98903899",
"isBusiness": true,
"landingUrl": "audience-environment-particular-win-authority",
"organisation": AffiliateOrganisationType,
"subdomain": "concern-benefit-arrive-data-into",
"trainingStatus": "NOT_APPLICABLE"
}
]
}
}