s.id Public API
  1. v1
  • Introduction
  • v1
    • Links
      • List Links
      • Create Link
      • Link Detail by Short
      • Link Detail
      • Update Link
      • Protected Link
      • Dispossable Link
      • Archive Link
      • Unarchive Link
    • Quota
      GET
    • Me
      GET
  • Ping
    GET
  1. v1

Me

GET
https://api.s.id/v1/me
Information about your current account

Request

Header Params
X-Auth-Id
string 
required
X-Auth-Key
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.s.id/v1/me' \
--header 'X-Auth-Id;' \
--header 'X-Auth-Key;'

Responses

🟢200Success
application/json
Body
code
integer 
required
data
object (User) 
required
id
integer 
required
created_at
string 
required
updated_at
string 
required
email
string 
required
full_name
string 
required
Example
{
    "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"
    }
}
Previous
Quota
Next
Ping
Built with