GET
/
api
/
v1
/
api-keys
/
{id}
Get Api Key
curl --request GET \
  --url https://app.flowglad.com/api/v1/api-keys/{id} \
  --header 'Authorization: <api-key>'
{
  "apiKey": {
    "id": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "createdByCommit": "<string>",
    "updatedByCommit": "<string>",
    "livemode": true,
    "organizationId": "<string>",
    "name": "<string>",
    "token": "<string>",
    "active": true,
    "type": "<string>",
    "expiresAt": "<string>",
    "stackAuthHostedBillingUserId": "<string>",
    "hashText": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

Successful response

apiKey
object
required