GET

Get Member About


Developer Preview

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.

Permissions
Manage Members and Contacts - all permissions
Read Members and Contacts - all read permissions
Manage Members
Read Members
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/members/v2/abouts/{id}

Path Params
idstringRequired

ID of the "About" section content to retrieve.

Response Object
memberAboutMemberAbout

The retrieved "About" section content.

Get the Member "About" Section Content
Request
cURL
curl -X GET \ https://www.wixapis.com/members/v2/abouts/e901b292-70f0-4a20-8aaf-e06cd5dc5ca2 \ -H 'Authorization: <AUTH>'
Response
JSON
{ "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!" } } ] } ] } } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?