Handle Endpoint

The Handle API is a subset of People (in that it returns information about a group rather than an individual) but is presented in its own page to avoid confusion. Given an authority (e.g., twitter) and a handle (e.g., elvis) the API returns a list of Influencers behind the handle for the given authority.

The deployment end-point for our APIs is: http://api.spotright.com

The People APIs all use a path of the form: VERSION/TOKEN/handle/…

Currently VERSION is “v1″. I.e., version 1 of the API.

Handle

To query for the influencer(s) associated with a handle at an outlet make the call


GET http://api.spotright.com/*VERSION*/*TOKEN*/person/*AUTHORITY*/*HANDLE* Accept: application/json

Examples


$ curl http://api.spotright.com/v1/APIKEY/handle/twitter/elvis