GET /v1/token/add

HTTP Method: GET

Path: /v1/token/add

Authentication: API Key required

Description: Get a URL that allows a user to add an entity (index card) to the Central Index 

Parameters:

parameter type description Required
language string An ISO compatible language code. Default is en No
portal_name string The name of the website that data is to be added on E.g. Your Local Yes

Sample Response:

{
     "success": true,
     "msg": "Token URL",
     "data": "http://admin.centralindex.com/add?token=b2ee0622e233a6fb7e95ead313ea7cfec7fddf53aa0f927ed32d133e5e90fe8c4a367fcfae48b7203ac5ca679ce70a2cd8025b5f64e5d665c26dbbd57f8ebd10"
}

 

The API call returns a URL which your user's browser can use to direct people to add an index card to the Central Index. 

Because this is a key-specific URL, the Central Index knows when a new Index Card is added via your application.

Docs Navigation