Authentication

Generate new API Keys from : https://linkish.io/settings

API key authentication

POST https://api.linkish.io/get-token

This endpoint allows you to exchange your linkish account API key with linkish Access Token, which can be used to make further requests to the platform.

Request Body

NameTypeDescription

api_key

string

Send the API key generated from the settings page

{
    "success": 1,
    "message": "Authentication successful!",
    "token": <ACCESS_TOKEN>
}

Last updated