---
title: "Get credentials"
method: GET
path: "/credentials"
tags: ["Credentials"]
---

# Get credentials

`GET /credentials`

Get credentials.
### Authorization Required:
  - Designer Administrator

## Query parameters

- `limit` integer
- `sort` string
- `offset` integer
- `sortOrder` integer
- `filter` string

## Response `200`

Array containing JSON objects of each found credential

- CredentialResponse[]
  - `clientId` string, required — Client ID of the credential.
  - `name` string, required — Name of the credential.
  - `role` string, required — Express role of the credential.
  - `roles` string[], required — Creator or Express roles of the credential.
  - `groups` string[] — Express groups of the credential.
  - `applicationRoles` object — Application Express roles of the credential.
  - `created` string, required — Date of when the credential was created.
  - `modified` string — Date of when the credential was modified.
  - `status` string, required — Status of the credential.
  - `credentialType` string, required — Type of the credential (Creator or Express).
  - `expireDate` string — Date of when the credential expires.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/unqork/apis/unqork-customer-api.md) · [All operations](https://skmtc.net/unqork/apis/unqork-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unqork/unqork-customer-api/revisions/112399a67ebb/schema)
