JekyllEx
API Impl [Deprecated]
API Impl [Deprecated]
  • Introduction
  • Android App
    • Authentication
  • Api
    • JekyllEx API
    • User Endpoint
Powered by GitBook
On this page

Was this helpful?

  1. Api

User Endpoint

This endpoint returns a user's profile.

Get a User's profile

GET https://api.jekyllex.xyz/user/:userid

This endpoint allows you to get a user's profile. The user must have authenticated with

Path Parameters

Name
Type
Description

userid

string

The ID of the user whose profile is to be requested.

Headers

Name
Type
Description

Authorization

string

The Authorization Bearer token provided by Auth0 to get a valid response from the API.

{
    "bio": "Android app developer",
    "blog": "https://gourav-khunger.web.app",
    "company": "@code19-contest ",
    "created_at": "2021-08-12T17:27:08.020Z",
    "email": "gouravkhunger18@gmail.com",
    "events_url": "https://api.github.com/users/gouravkhunger/events{/privacy}",
    "followers": 24,
    "followers_url": "https://api.github.com/users/gouravkhunger/followers",
    "following": 20,
    "following_url": "https://api.github.com/users/gouravkhunger/following{/other_user}",
    "gists_url": "https://api.github.com/users/gouravkhunger/gists{/gist_id}",
    "gravatar_id": "",
    "html_url": "https://github.com/gouravkhunger",
    "identities": [
        {
            "access_token": "gho_n0kmjfhnsaKUsORjrFY0knJiSaARCD4BOiM5",
            "provider": "github",
            "user_id": 46792249,
            "connection": "github",
            "isSocial": true
        }
    ],
    "location": "Fazilka, Punjab, India",
    "name": "Gourav Khunger",
    "nickname": "gouravkhunger",
    "node_id": "MDQ3VANllsQ2NzkyMjQ5",
    "organizations_url": "https://api.github.com/users/gouravkhunger/orgs",
    "picture": "https://avatars.githubusercontent.com/u/46792249?v=4",
    "public_gists": 0,
    "public_repos": 12,
    "received_events_url": "https://api.github.com/users/gouravkhunger/received_events",
    "repos_url": "https://api.github.com/users/gouravkhunger/repos",
    "site_admin": false,
    "starred_url": "https://api.github.com/users/gouravkhunger/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/gouravkhunger/subscriptions",
    "twitter_username": "gourav_khunger",
    "type": "User",
    "updated_at": "2021-08-16T05:49:15.704Z",
    "url": "https://api.github.com/users/gouravkhunger",
    "user_id": "github|46792249",
    "last_ip": "225.225.225.225",
    "last_login": "2021-01-16T05:49:15.704Z",
    "logins_count": 10
}
Unauthorized

PreviousJekyllEx API

Last updated 3 years ago

Was this helpful?