GitButler Logo

Login

GET
/login/user/{token}

Get Login User Token

Get the user associated with the login token

Path Parameters

token
Required
integer

Format: "int32"
Status codeDescription
200Get the user associated with the login token
401Unauthorized
404Not found
/login/user/{token}

curl -X GET "https://app.gitbutler.com/api/login/user/0"
POST
/login/token

Post Login Token

Generate an expiring login token to use

Status codeDescription
200Generate an expiring login token to use
401Unauthorized
404Not found
/login/token
curl -X POST "https://app.gitbutler.com/api/login/token"