cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/member-certifications/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "a3f7c821-58d4-4e91-b6c3-2f0d9e7a1b45", "name": "Power Platform Fundamentals", "isActive": true, "createdAt": "2025-11-17T17:21:22.444Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The member certification uuid
uuid
200
The unique identifier for the object.
The name of the member certification.
Whether the member certification is active.
The timestamp when the object was created.