Returns all pages for the authenticated user, including their position and visibility status. Also returns the remaining page quota based on the current subscription plan.
Request
Authorization
OAuth 2.0
Authorization Code
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Authorize URL: https://lnk.bio/manage/access
Token URL: https://lnk.bio/oauth/token
or
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://lnk.bio/oauth/v1/page/list'
Responses
🟢200
application/json
Successful response
Body
Example
{"status":true,"data":{"pages":[{"page_id":"PAGE_ABOUT_6612a3b4c5d6e","title":"My About Page","url":"about-me","position":1,"is_hidden":false}],"remaining_pages":7,"max_pages":10}}