Get Profile About
GET {{URL}}/v1/settings/profile/about
You must use the
admin
account to access the profile settings.
You can view your profile's About section in the following ways:
In the WhatsApp app, click on Chat with business account, then click on the name at the top to see the complete contact information, including About.
Use a Get call to the
/v1/settings/profile/about
endpoint to retrieve your profile's About section.
Request Parameter
Name | Description |
---|---|
text Type: String | Text that is displayed in your profile's About section |
The max length for the string is 139 characters. |
Response
A successful response contains the profile
object with the text
parameter containing your profile's About content.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"settings":{"profile":{"about":{"text":"\u003cYOUR-PROFILE-ABOUT-TEXT\u003e"}}},"meta":{"api_status":"stable","version":"v2.45.1"}}