Many thanks, I can see that the user_id parameter has now been added and I can get the basic details. However, I can’t see how I can get the affiliate URL via the API. Please can you provide details on how the REST API allows access to similar functions as the WP functions?
I need to retrieve data on the following:
- payment email (OK via /affiliate/id)
2. Account status
3. Affiliate link
4. Details of commissions for a particular affiliate ID
5. Details of visits tagged to a particular affiliate ID
6. List of payouts for a particular affiliate ID
I also need the ability to update the following:
- Status
- payment email
Is there an open GitHub repo where I can see what is available on the REST API, and contribute to the development of these if not already available?