API Key
Create a new API key for your application/script in your LinksGPT dashboard. You can specify an HTTP header to include API key in your HTTP requests. Parameter name must be apikey
and parameter value is YOUR_API_KEY.
Example:
cURL
curl 'https://app.linksgpt.com/api/v1/users/me' \
-X GET \
-H 'apiKey: YOUR_API_KEY' \
-H 'Accept: application/json' \
-H 'Accept-Language: en'
tip
Because the apikey is bound to the workspace, you do not need to specify the workspace parameter when requesting the api when using the apikey as the authentication method.