All Collections
Getting Started
How To Get An API Key & Make Your First API Call
How To Get An API Key & Make Your First API Call

See where to get the API key for SharedCount

K
Written by Kevin Zhou
Updated over a week ago

Quick Setup

Once you register for a free account, your API key can be found within your account dashboard here.

Making Your First API Call

You can quickly make your first API call by using this endpoint. Just replace the API key d1932b99ac6cc513538e551550252d76efbd1xx with the API key in your account.

https://api.sharedcount.com/v1.0?apikey=d1932b99ac6cc513538e551550252d76efbd1xx&url=https://nytimes.com/

Help! My API Key is invalid or not yet detected

If you are getting this error, please make sure you are using a GET request instead of a POST request, and that your API key is correct.


โ€‹

Sample error message

{"Error":"API Key is invalid or not yet detected","Type":"invalid_api_key","HTTP_Code":401}

Did this answer your question?