GET
/
v1
/
enrichment
/
certifications
Get Certifications
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/certifications
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"daily_rate_limit_left": 19000,
"minute_rate_limit_left": 499,
"next_minute_rate_limit_reset": "2024-01-15T10:31:00Z",
"certifications": [
{
"name": "AWS Certified Solutions Architect",
"organizationName": "Amazon Web Services (AWS)",
"organizationUrl": "https://www.linkedin.com/company/amazon-web-services/",
"issuedDate": "Jan 2023"
},
{
"name": "Google Cloud Professional Data Engineer",
"organizationName": "Google Cloud",
"organizationUrl": "https://www.linkedin.com/company/google-cloud/",
"issuedDate": "Mar 2022"
}
]
}

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.

Query Parameters

linkedInUrl
string
required

This required parameter is a string. It represents the LinkedIn URL of the person with this format: https://www.linkedin.com/in/xxxxxxxxxxxxx/.

Response

200
application/json

The endpoint returns certifications information.

The response is of type object.