id
int
Unique ID for the user.
email
string
The email of the user.
username
The username of the user.
created_at
timestamp
The RFC3339 formatted string for when the user created their account.
User entity
GET
/user
This will return the currently authenticated user.
$ curl -X GET \ -H "Authorization: Bearer 1a2b3c4d5f" \ https://api.djinn-ci.com/user