Skip to main content
GET
/
consumers
/
{consumer}
/
profiles
/
{username}
Get Profile by username
curl --request GET \
  --url https://enrichment.qode.world/api/v1/consumers/{consumer}/profiles/{username} \
  --header 'apikey: <apikey>'
{
  "firstName": "<string>",
  "lastName": "<string>",
  "isOpenToWork": true,
  "isHiring": true,
  "profilePicture": "<string>",
  "summary": "<string>",
  "headline": "<string>",
  "geo": {
    "country": "<string>",
    "city": "<string>",
    "full": "<string>"
  },
  "educations": [
    {
      "start": {
        "year": 123,
        "month": 123,
        "day": 123
      },
      "end": {
        "year": 123,
        "month": 123,
        "day": 123
      },
      "fieldOfStudy": "<string>",
      "degree": "<string>",
      "grade": "<string>",
      "schoolName": "<string>",
      "description": "<string>",
      "activities": "<string>"
    }
  ],
  "position": [
    {
      "companyName": "<string>",
      "companyUsername": "<string>",
      "companyURL": "<string>",
      "companyIndustry": "<string>",
      "companyStaffCountRange": "<string>",
      "title": "<string>",
      "location": "<string>",
      "description": "<string>",
      "employmentType": "<string>",
      "start": {
        "year": 123,
        "month": 123,
        "day": 123
      },
      "end": {
        "year": 123,
        "month": 123,
        "day": 123
      }
    }
  ],
  "skills": [
    {
      "name": "<string>"
    }
  ],
  "certifications": [
    {
      "name": "<string>",
      "start": {
        "year": 123,
        "month": 123,
        "day": 123
      },
      "end": {
        "year": 123,
        "month": 123,
        "day": 123
      },
      "authority": "<string>",
      "company": {
        "name": "<string>",
        "universalName": "<string>",
        "logo": "<string>"
      }
    }
  ],
  "publicIdentifier": "<string>",
  "profileUrn": "<string>",
  "languages": "<string>"
}

Headers

apikey
string
required

API key for authentication

Path Parameters

username
string
required

The username of the profile

consumer
string
required

The consumer value along with the API KEY

Response

Successful response

firstName
string
required
lastName
string
required
isOpenToWork
boolean
isHiring
boolean
profilePicture
string<uri>
summary
string
headline
string
geo
object
educations
object[]
position
object[]
skills
object[]
certifications
object[]
publicIdentifier
string
profileUrn
string
languages