curl --request GET \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/credentials \
--header 'Authorization: <api-key>'
{
"totalCount": 123,
"next": "<string>",
"prev": "<string>",
"items": [
{
"id": "<string>",
"organisationID": "<any>",
"name": "<string>",
"data": {},
"type": "<string>",
"redactFields": [
"<string>"
],
"expiresAt": "2023-11-07T05:31:56Z"
}
]
}
Retrieves all Credentials owned by this organisation as a paginated response.
curl --request GET \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/credentials \
--header 'Authorization: <api-key>'
{
"totalCount": 123,
"next": "<string>",
"prev": "<string>",
"items": [
{
"id": "<string>",
"organisationID": "<any>",
"name": "<string>",
"data": {},
"type": "<string>",
"redactFields": [
"<string>"
],
"expiresAt": "2023-11-07T05:31:56Z"
}
]
}