EaserixDocs
DevelopersAPI referenceLinksBio

List the caller's bio pages

View as Markdown
GET
/v1/bio
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/bio"
{  "pages": [    {      "id": "string",      "handle": "string",      "publicUrl": "string",      "title": "string",      "bio": "string",      "published": true,      "views": 0,      "items": [        {          "id": "string",          "label": "string",          "url": "string"        }      ],      "created": "2019-08-24T14:15:22Z",      "updated": "2019-08-24T14:15:22Z"    }  ]}