Person Endpoint
The APIs around a Person are the ways to get information about a specific influencer. You can use the Search API to discover influencers around given topics.
The deployment end-point for our APIs is: http://api.spotright.com
The Person APIs all use a path of the form: VERSION/TOKEN/person/…
Currently VERSION is “v1″. I.e., version 1 of the API.
Query
To query for an influencer make the following call
GET http://api.spotright.com/*VERSION*/*TOKEN*/person/*UID* Accept: application/json
Examples
$curl http://api.spotright.com/v1/*TOKEN*/person/*UUID*