curl --request GET \
--url https://api.botpress.cloud/v1/admin/account/me
{
"account": {
"id": "<string>",
"email": "<string>",
"displayName": "<string>",
"emailVerified": true,
"profilePicture": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
}
Get details of the account authenticating with this endpoint.
curl --request GET \
--url https://api.botpress.cloud/v1/admin/account/me
{
"account": {
"id": "<string>",
"email": "<string>",
"displayName": "<string>",
"emailVerified": true,
"profilePicture": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
}
Success
The response is of type object
.
Was this page helpful?