This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves the "About" section content.
ID of the "About" section content to retrieve.
The retrieved "About" section content.
curl -X GET \
https://www.wixapis.com/members/v2/abouts/e901b292-70f0-4a20-8aaf-e06cd5dc5ca2 \
-H 'Authorization: <AUTH>'
{
"memberAbout": {
"id": "e901b292-70f0-4a20-8aaf-e06cd5dc5ca2",
"revision": "1",
"memberId": "9e4f34b3-ebb8-49ee-a342-057d7e70cf5a",
"content": {
"nodes": [
{
"type": "HEADING",
"id": "foo",
"nodes": [
{
"type": "TEXT",
"id": "",
"textData": {
"text": "About Me"
}
}
],
"headingData": {
"level": 2,
"textStyle": {
"textAlignment": "AUTO"
}
}
},
{
"type": "PARAGRAPH",
"id": "lxr936"
},
{
"type": "PARAGRAPH",
"id": "j7tdj13",
"nodes": [
{
"type": "TEXT",
"id": "",
"textData": {
"text": "Hi, I'm Sarah! I'm a graphic designer and nature enthusiast. I love hiking, photography, and discovering new coffee shops. Always happy to connect with like-minded people!"
}
}
]
}
]
}
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.