Search a Certificates
Developing
GET
/courses/certificates/search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/courses/certificates/search?certificateIds&courseId=67ac29c3489f6b3cdf7cc2f4&username&profileId&limit=50&next=&prev=&sortBy=&sortDirection=asc' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "bfbaa38a1aa64b3660b054d2",
"uuid": "0bacbbc6-bc25-4dd8-b74a-2e89b6c72737",
"courseId": "2d3b73dc0ed5fb27cafbcef2",
"courseName": "Adam Herzog",
"certificateImage": "https://via.placeholder.com/1069x1024/49a9f1/eddbea.jpg",
"profile": {
"id": "d009495f0ef9f1bcd608ae5c",
"fullName": "Marvin Balistreri",
"online": false,
"picture": "https://via.placeholder.com/145x768/a1bd0d/de9ce8.webp",
"story": {
"status": "no-story"
}
},
"courseImage": "https://via.placeholder.com/1750x1379/17b3ee/db3fd8.jpg",
"authority": "Elaine Ortiz",
"issueDate": "2025-02-14"
},
{
"id": "2111bc933add24efbaf20a2b",
"uuid": "8480d87c-75fd-4095-b57c-5f150e2859a8",
"courseId": "f011c17de5b8bdf1feee4470",
"courseName": "Jeffery Denesik PhD",
"certificateImage": "https://via.placeholder.com/1237x1106/95e31a/32ca3e.jpg",
"profile": {
"id": "9929defbf8e37deb6c6bcf4b",
"fullName": "Brendan Bartell IV",
"online": true,
"picture": "https://via.placeholder.com/588x886/c3edaf/89b5be.gif",
"story": {
"status": "no-story"
}
},
"courseImage": "https://via.placeholder.com/303x294/bd0acb/73ec0c.gif",
"authority": "Marguerite Shields",
"issueDate": "2024-11-18"
}
],
"next": null,
"prev": null,
"totalItems": 2
}
Request
Query Params
certificateIds
array[string]
optional
courseId
stringÂ
optional
Example:
67ac29c3489f6b3cdf7cc2f4
username
stringÂ
optional
profileId
stringÂ
optional
limit
integerÂ
optional
Default:
50
next
stringÂ
optional
prev
stringÂ
optional
sortBy
stringÂ
optional
sortDirection
enum<string>Â
optional
Allowed values:
ascdesc
Default:
asc
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}