Skip to main content
GET
/
member-certifications
/
{id}
Get a member certification
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"
}
A certification or credential that can be assigned to members.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The member certification uuid

Response

200

id
string

The unique identifier for the object.

name
string

The name of the member certification.

isActive
boolean

Whether the member certification is active.

createdAt
string<date-time>

The timestamp when the object was created.