APISecret keys
Get a secret key
Get one secret key within the organization.
Path Parameters
keyId*string
Key ID to fetch.
Format
uuidQuery Parameters
organizationId?string
Organization whose keys the operation targets. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/secret-keys/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "secretKey": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "expiresAt": "2019-08-24T14:15:22Z", "lastUsedAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8" }}