Lnk.Bio
Getting Started
Copy Page
Lnk.Bio
Getting Started
Introduction
Endpoints
Authorization
Private Apps
Introduction
Create a Private App
Generate an Access Token
Public Apps
Introduction
Create a Public App
Generate an Access Token
API Methods
Me
Retrieve basic profile info
Lnks
Retrieve list of the current Lnks in your account
Create a new Lnk
Delete an existing Lnk
Groups
Retrieve list of the current Lnk Groups in your account
Getting Started
Copy Page
Endpoints
The basic endpoints used by the Lnk.Bio APIs are listed below.
Authentication
#
Authorization URL
#
https://lnk.bio/manage/access
Used solely by Public applications to grant access and receive a
code
to be exchanged for an
access_token
Token URL
#
https://lnk.bio/oauth/token
Used to generate
access_token
both from Private and Public Apps.
Base API
#
https://lnk.bio/oauth/v1
Base URL for all API calls
Previous
Introduction
Next
Authorization