Websites
Get bio page
Retrieve a bio page by id.
GET
/v1/websites/:idcurl -X GET https://api.ofmelite.io/v1/websites/e78784da-19c7-4b36-bbaf-f4fa2c8eb318 \ -H "Authorization: Bearer ofm_YOUR_API_KEY" \ -H "Content-Type: application/json"200OK
{
"id": "e78784da-19c7-4b36-bbaf-f4fa2c8eb318",
"slug": "sophie",
"published": true,
"url": "https://ofmelite.io/sophie"
}Request
Headers
Authorizationstringrequired
Bearer token with your Elite API key
Bearer ofm_YOUR_API_KEY
Response
Response fields
idstringoptional
Website id
publishedbooleanoptional
Live status