cURL
curl --request POST \ --url https://api.pocketsflow.com/creator-pages/links \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "url": "<string>", "order": 123 } '
Add a new link to your Link in Bio page
Enter your Pocketsflow API key (format: pk_live_... or pk_test_...)
Link title
Link URL
Display order
Link added successfully
Was this page helpful?