Skip to main content
POST
/
creator-pages
Update Link in Bio page
curl --request POST \
  --url https://api.pocketsflow.com/creator-pages \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "bio": "<string>",
  "profileImage": "<string>",
  "theme": "<string>",
  "links": [
    {
      "title": "<string>",
      "url": "<string>",
      "order": 123
    }
  ]
}
'

Authorizations

Authorization
string
header
required

Enter your Pocketsflow API key (format: pk_live_... or pk_test_...)

Body

application/json
title
string

Page title

bio
string

Bio text

profileImage
string

Profile image URL

theme
string

Theme color

List of links to display

Response

200

Link in Bio page updated successfully