Update one or more font settings. Pass the font_id (retrieve available fonts via /fonts). Pass an empty string to reset to default. Requires a UNIQUE subscription.
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
Body Params application/x-www-form-urlencodedRequired
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 POST 'https://lnk.bio/oauth/v1/style/fonts' \
--data-urlencode'text=FONT_ROBOTO' \
--data-urlencode'title=FONT_MONTSERRAT' \
--data-urlencode'headline=FONT_PLAYFAIR'