Information about your current account
Request samples
curl --location --request GET 'https://api.s.id/v1/me' \
--header 'X-Auth-Id;' \
--header 'X-Auth-Key;'
Responses
application/json {
"code": 200,
"data": {
"id": 228,
"email": "user@s.id",
"full_name": "Saidi",
"created_at": "2024-03-11T11:35:21.819Z",
"updated_at": "2024-06-13T04:00:29.915Z"
}
}
Modified at 2024-06-20 01:04:57