mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
All the info to return codes from the API functions are available in the `README.md` file as suggested.
350 B
350 B
Login to get private token
POST /session
Parameters:
email(required) - The email of userpassword(required) - Valid password
{
"id": 1,
"username": "john_smith",
"email": "john@example.com",
"name": "John Smith",
"private_token": "dd34asd13as",
"created_at": "2012-05-23T08:00:58Z",
"blocked": true
}