GET
/data/me
curl \
-X GET http://api.example.com/data/me \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"account": "user@acme-corp.com",
"types": [
"LikeAction"
]
}
Response examples (200)
{
"account": "user@acme-corp.com",
"types": [
"LikeAction"
]
}
Response examples (401)
{
"error": "Unauthorized",
"message": "You are not authorized. Generate authentication tokens via OAuth to access this resource."
}
Response examples (401)
{
"error": "Unauthorized",
"message": "You are not authorized. Generate authentication tokens via OAuth to access this resource."
}