Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Talent Protocol API will have pagination on endpoints that return sets of data.
In order to paginate requests API consumers will need to check the pagination
field inside each response.
Check the following response example:
In order to fetch the next page a new request will need to be performed with the page
query param being passed as the current_page + 1
.
You will reach the last page when the current_page
is equal to the last_page
.
You can learn more about this in the next chapter.
Talent Protocol API Authentication
The API key is the entry point for the Talent Protocol API. In order to perform requests it needs to be passed on every request.
We use the header X-API-KEY
to retrieve the access key and validate your access to our API.
There're two types of API keys:
read_only
: Can only access GET requests
write
: Can access all requests
You can request one API key by opening a ticket on .
Endpoints to fetch credentials
Endpoints to fetch Talent Passports
Passport id
Your Talent Protocol API key
Your auth token
get credentials
The timestamp of when the passport credential was earned
The id of the passport credential
The category of the credential
The last time the passport credential was calculated
The max score of the passport credential
The name of the passport credential
The score of the passport credential
The type of the passport credential
The value of the passport credential
Keyword to filter passports by name
Your Talent Protocol API key
passports
The score activity credentials contribute to the passport score
The score identity credentials contribute to the passport score
The score skills credentials contribute to the passport score
Flag indicating if the passport is calculating
The number of connections of the passport
Flag indication if the passport has a human checkmark
The last time the passport score was calculated
The main wallet of the passport
The id of the passport
The score of the passport
The bio of the passport
The display name of the passport
The location of the passport
A tag describing the passport profile
The connected wallets of the passport
The current page of the fetched records
The last page of records
The total amount of records
Passport id or wallet address
Your Talent Protocol API key
passport
The score activity credentials contribute to the passport score
The score identity credentials contribute to the passport score
The score skills credentials contribute to the passport score
Flag indicating if the passport is calculating
The number of connections of the passport
Flag indication if the passport has a human checkmark
The last time the passport score was calculated
The main wallet of the passport
The id of the passport
The score of the passport
The bio of the passport
The display name of the passport
The location of the passport
A tag describing the passport profile
The connected wallets of the passport
Flag indicating if the passport was merged
The count of followers of the passport social
The count of following of the passport social
The location of the passport social
The bio of the passport social
The display name of the passport social
The profile image url of the passport social
The name of the passport social
The url of the passport social
The source of the passport social
The Talent API allows developers to query Talent Protocol for a wide range of professional reputation data. It can be used to query Talent Passports, Builder Scores, Credentials and more.
The following pages provide an overview of the public API endpoints, how to use them and what they return.
Contact us to request an API key.