---
title: "find one apikey"
method: GET
path: "/api/servicesecurity/apikeys/{identifier}"
tags: ["apikeys"]
---

# find one apikey

`GET /api/servicesecurity/apikeys/{identifier}`

Find one apikey by its unique identifier.

## Path parameters

- `identifier` string, uuid, required

## Response `200`

One apikey document found. Wrapped in a JsonAPI root response with document as data.

- object
  - `data` Apikey
    - `uuid` string, uuid
    - `createdAt` string, date-time
    - `createdBy` string, uuid
    - `lastUpdatedAt` string, date-time
    - `lastUpdatedBy` string, uuid
    - `lastUpdatedByAudience` string
    - `lastUpdatedByAudienceUuid` string, uuid
    - `lastUpdatedByImpersonatedBy` string, uuid
    - `lastUpdatedByCompanyUuid` string, uuid
    - `lastUpdatedByEnterpriseUuid` string, uuid
    - `key` string, required
    - `secret` string, required
    - `label` string
    - `audience` 'worker' | 'employer' | 'enterpriseIdentity' | 'superUser' | 'system' | 'thirdParty' | 'kiosk', required — The parent object type
    - `audienceUuid` string, uuid, required — Reference to the parent object identifier
    - `companyUuid` string, uuid, required
    - `userUuid` string, uuid
    - `lastAuthenticatedAt` string, date-time
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

## Other responses

- `500` — default error response

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
