Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 310 Bytes

File metadata and controls

17 lines (11 loc) · 310 Bytes

User

curl https://circleci.com/api/v1.1/me -H "Circle-Token: <circle-token>"
{
  "basic_email_prefs" : "smart", // can be "smart", "none" or "all"
  "login" : "pbiggar" // your github username
}

GET Request: Provides information about the user that is currently signed in.