Skip to main content
GET
Get data from captaindata people certifications
This endpoint allows you to retrieve a person’s licenses and certifications.Credit Cost: 1 credit per request + 0.05 credits per result. A full page of 20 results typically consumes 2 credits (1 + 20 × 0.05).
Provide either a LinkedIn profile URL or a Captain Data people UID.
You must provide at least one of li_profile_url or people_uid.
X-Pagination-Next and X-Pagination-Previous headers may be included in the response to provide full URLs for the next or previous pages. Always use these URLs as-is — they contain the cursor needed for pagination. Cursors expire after 24 hours; if expired, restart pagination from the beginning.

Authorizations

X-API-Key
string
header
required

Query Parameters

cursor
string

Cursor value obtained from the X-Pagination-Next response header of a previous request, used to continue pagination. Cursors expire after 24 hours. If a cursor has expired or is invalid, pagination must be restarted from the beginning.

page_size
integer
default:20

Maximum number of results per page (read-only; defined by the endpoint, actual count may be lower in some cases like throttling or internal limits).

Required range: 20 <= x <= 20
li_profile_url
string<uri>

A LinkedIn Profile URL should start with 'https://www.linkedin.com/in/'

Pattern: /^https:\/\/(?:(www|[a-z]{2})\.)?linkedin\.com\/in\/[-\w\d%]+/gi
people_uid
string

The Captain data UID of the people

Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$|^\d+$

Response

Successful response

title
string
credential_id
string
company_name
string
li_company_url
string<uri>
issued_date
string<date>
expiration_date
string<date>