R

RiteKit API

OpenAPI

RiteKit API is based on REST principles.

Authentication uses standard OAuth 2.0 process

##Getting started

  1. Sign up for RiteKit

  2. Go to developer dashboard

  3. Click "Create a token" button to get your Client ID and Client secret

  4. When you reach your free limit of calls per month, upgrade to paid tiers

Options for authorizing API Calls

Using Client ID directly

You can directly connect to our API using your client ID by sending it as a GET query parameter. This option is simple (no need for oAuth) but it should be used only in case the Client ID is not exposed publicly.

GET https://api.ritekit.com/v1/stats/multiple-hashtags?tags=php&client_id=292c6912e7710c838347ae178b4a

Details
Provider
ritekit.com
OpenAPI
3.0.0
Spec
raw.githubusercontent.com