curl --request GET \
--url https://app.flowglad.com/api/v1/api-keys/{id} \
--header 'Authorization: <api-key>'{
"apiKey": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"organizationId": "<string>",
"name": "<string>",
"token": "<string>",
"active": true,
"type": "<string>",
"stackAuthHostedBillingUserId": "<string>",
"hashText": "<string>",
"expiresAt": 0
}
}curl --request GET \
--url https://app.flowglad.com/api/v1/api-keys/{id} \
--header 'Authorization: <api-key>'{
"apiKey": {
"id": "<string>",
"createdAt": 0,
"updatedAt": 0,
"livemode": true,
"organizationId": "<string>",
"name": "<string>",
"token": "<string>",
"active": true,
"type": "<string>",
"stackAuthHostedBillingUserId": "<string>",
"hashText": "<string>",
"expiresAt": 0
}
}Was this page helpful?