Lists the available (active) certifications for a given memberId.
GET/api/learning/members/:memberId/certifications/available
This route is often used to confirm valid credentials for a member by an outside party. This route does not require Authentication or Authorization.
Request
Responses
- 200
- 400
- 500
Returns a list of available (active) certifications with minimal details
Bad Request: Invalid parameters.
Internal Server Error: An unexpected error occurred.