Create a new Lnk
POST
/lnk/addPublish a new Lnk on your public Lnk.bio profile. The Lnk is immediately posted and will appear on top of any existing Lnk.
Request
Body Params application/x-www-form-urlencoded
title
string
required
link
string
required
image
string
optional
group_id
integer
optional
Request samples
Responses
Confirmation of the new Lnk creation(200)
Not authenticated(401)
Confirmation of the new Lnk creation
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
boolean
optional
Example:
true
errors
array[string]
optional
data
object
optional
id
integer
optional
Example:
12345
url
string
optional
Example:
https://lnk.bio/
Example
{
"status": true,
"errors": [
null
],
"data": {
"id": 12345,
"url": "https://lnk.bio/"
}
}
Last modified: 7 months ago