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
Name | Type | Description |
---|---|---|
api_key | string | Send the API key generated from the settings page |
Last updated