Legitimate API

Version 1.0

Getting set up

To be able to make API calls you need to have a Legitimate profile. After creating a legitimate profile go to https://dev.legitimate.io/apis.html where you can sign up for an API account.

Once you sign up for an account your API credentials will be available in your settings area under "API Settings.

API credentials

Authentication

To authenticate your call you need to use a Bearer Token made up from your API key and secret.

Verify Article

POST https://www.legitimate.io/api/verify_article

This endpoint allows you to get back the details on an articles author as well as their last three articles.

Query Parameters

Name
Type
Description

url

string

The url of the article or post you wish to verify

Headers

Name
Type
Description

Authentication

string

Authentication is based on a bearer token comprised of your API key and API secret separated with a colon.

Example call

Example Response

Examples in various languages

Last updated

Was this helpful?