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.spotinfluence.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.
To query for an influencer make the following call
GET http://spotapi.spotinfluence.com/*VERSION*/*TOKEN*/person/*UID* Accept: application/json
$curl http://api.spotinfluence.com/v1/*TOKEN*/person/*UUID*