AWorld APIs are in a pre-alpha stage and are being updated frequently. For integration inquiries or technical information, please contact us at server@aworld.org.
Authorization: Bearer ********************
curl --location --request GET 'https://api.eu-west-1.aworld.cloud/app/v1/users/me/principal' \
--header 'Authorization: Bearer <token>'
{
"principalId": "string",
"sub": "string",
"email": "user@example.com",
"firstName": "string",
"lastName": "string"
}