DevelopersAPI referenceLinksBio
List the caller's bio pages
View as MarkdownAuthorization
bearer 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" } ]}Account-wide link analytics
Account-wide totals, the top five links by clicks, a daily click series, and country/device/browser/referrer breakdowns across all links for the requested window. Bot traffic is excluded from series and breakdowns.
Create a bio page
Claims a handle (3–30 lowercase letters/numbers/-/_, reserved names rejected). The public page renders at esrx.ly/@handle once published.