Network API v3:

- GET Partner

⚠️ Experimental Version

This version of the API is currently in beta and may undergo changes. For production use, please consider using the current stable version (v2).

Returns a single partner in the localtunity network with id equal to the :partner_id parameter. This endpoint will fail if you do not have access to the partner.

Example

- Resource URL: https://api.voorheesvip.com//v3/network/partner/{partner_id}

curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer {access_token}" https://api.voorheesvip.com/v3/network/partner?partner_id={partner_id}

Headers

Content-Type: (string, required) Must be "application/json"
Authorization: (string, required) Bearer {access_token}

Parameters

partner_id: (integer, required) The id of the partner to retrieve.

Response 200 Status Code

                    {"status": "success", "results": {"id": "6895225", "name": "Merchants Nearby", "domain": "merchantsnearby.com"}}