API - Backlinks

API gateway

https://app.mentionmind.com/api/backlink.php?token=%token%&func=%function%


Required GET fields 

token - Your API session token. Learn how to log in and obtain your session token

func - The API function you wish to call

For guidance on how to use the Mentionmind API, refer to our API usage example article 


Endpoints

1. getBacklinks

get project backlinks

Endpoint 

https://app.mentionmind.com/api/backlink.php?func=getBacklinks

Parameters

  • (GET) token (int, required): Your API session token.
  • (GET) project_id (int, required): The ID of the project you want to retrieve information for (You can obtain the project ID by making a call to the 'listProjects' function or by finding it in the project details URL)
  • (GET) sort (string, optional): , "first-seen", "last-seen", "domain-rank", default "rank"
  • (GET) order (optional): ASC or DESC, default DESC
  • (GET) limit (int, optional): lines in the report, default 50


2. getTotalBacklinks

Get the total backlinks

Endpoint 

https://app.mentionmind.com/api/backlink.php?func=getTotalBacklinks

Parameters

  • (GET) token (int, required): Your API session token.
  • (GET) project_id (int, required): The ID of the project you want to retrieve information for (You can obtain the project ID by making a call to the 'listProjects' function or by finding it in the project details URL)


3. getBacklinksStat

Get backlinks statistics

Endpoint 

https://app.mentionmind.com/api/backlink.php?func=getBacklinksStat

Parameters

  • (GET) token (int, required): Your API session token.
  • (GET) project_id (int, required): The ID of the project you want to retrieve information for (You can obtain the project ID by making a call to the 'listProjects' function or by finding it in the project details URL)