White Label Partners
The partner api allows a partner to get basic review aggregate data from their client accounts.
Requests to the partner api will require a header named api-token. This is different from a client token. Contact customer support to have a token created for you. The api functions the same as the standard SocialClimb api, except how you get your token.
This endpoint retrieves a count and average rating for a provider associated with one of your client accounts.
GET /v1/providers/<NPI>
GET /v1/providers/12345678
JSON Response
{
"count": "20",
"average_rating": "4.8"
}