Get credential resources
Credentials
Get credential resources
GET
Get credential resources
Documentation Index
Fetch the complete documentation index at: https://docs.yoid.me/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter credentials by their unique identifier
Example:
"cm7d9cq5600pwk3zq3kmpg8uc"
Filter credentials by their current status (e.g., "offered", "issued", "revoked")
Example:
"offered"
Sort order for the results. Prefix with "-" for descending order
Available options:
id, -id, createdAt, -createdAt, updatedAt, -updatedAt Example:
"-createdAt"
Number of items to return per page (1-100)
Required range:
1 <= x <= 100Example:
10
Cursor for pagination - return items before this ID value
Example:
"cm7d9cq5600pwk3zq3kmpg8uc"
Cursor for pagination - return items after this ID value
Example:
"cm7d9cq5600pzk3zq9wzxxtc3"

