User
Get Authenicated User
curl "https://adsapi.snapchat.com/v1/me"
-H "Authorization: Bearer meowmeowmeow"
The above command returns JSON structured like this:
"me": {
"id": "a22b5575-9052-437e-96c1-db781d62d203",
"updated_at": "2018-09-28T23:33:01.706Z",
"created_at": "2018-09-28T23:30:27.009Z",
"email": "honey.badger@hooli.com",
"organization_id": "40d6719b-da09-410b-9185-0cc9c0dfed1d",
"display_name": "Honey Badger",
"snapchat_username": "honey_badger",
"member_status": "MEMBER",
"bitmoji": {
"avatar_id": "199953104_65-s7",
"selfie_id": "10226021",
"background_id": "398580551",
"scene_id": ""
}
}
This endpoint retrieves information about the Snapchat user that is represented by the access token used, the information includes the
snapchat_username
.
HTTP Request
GET https://adsapi.snapchat.com/v1/me
Was this page helpful?