GET partners

Returns every sublicensee/partner in the localtunity network. This endpoint will show 100 partners at a time, and you may use the "page" parameter to paginate through the results. You can also search partners using the "name" & "domain" parameters. Relevant information can be extracted from each sublicensee.

Resource URL

https://api.localtunity.com/v2/partners

Example

curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer {access_token}" https://api.localtunity.com/v2/partners?page=1

Response 200 Status Code

                    [{"id": "6895117","name": "Localtunity","domain": "localhost"},{"...":"repeat for each partner"}]