Tasuku
ReferenceAPI referenceAuthentication

Return the authenticated GitHub profile and active membership

GET/me

Authorization

tasuku_session<token>

In: cookie

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/me"
{  "data": {    "id": "string",    "github_id": 1,    "github_login": "string",    "display_name": "string",    "avatar_url": "http://example.com",    "organization_id": "string",    "organization_name": "string",    "role": "USER",    "status": "ACTIVE",    "capabilities": [      "VIEW"    ],    "created_at": "2019-08-24T14:15:22Z",    "updated_at": "2019-08-24T14:15:22Z"  }}