SocialClimb API Documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

White Label Partners

The partner api allows a partner to get basic review aggregate data from their client accounts.

Difference from other api calls

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.

Providers

This endpoint retrieves a count and average rating for a provider associated with one of your client accounts.

HTTP Request

GET /v1/providers/<NPI>

GET /v1/providers/12345678

JSON Response

{
  "count": "20",
  "average_rating": "4.8"
}