Skip to main content
POST
/
api
/
v2
Add Mentions Custom List Order
curl --request POST \
  --url https://undrctrl.id/api/v2/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "apiKey",
  "action": "add",
  "service": 123,
  "link": "https://example.com/page",
  "usernames": "username1\nusername2\nusername3"
}
'
{
  "order": 123777
}

Documentation Index

Fetch the complete documentation index at: https://docs.undrctrl.id/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
key
string
required

The API key for authentication

Example:

"apiKey"

action
string
required

Action to be performed, set to add for mentions custom list

Example:

"add"

service
integer
required

Service ID for the mentions custom list order

Example:

123

Link to the page for the order

Example:

"https://example.com/page"

usernames
string
required

Usernames list separated by or for the custom mentions order

Example:

"username1\nusername2\nusername3"

Response

OK

order
integer
Example:

123777