Skip to main content
GET

Authorizations

x-portkey-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Response

200 - application/json

OK

id
string<uuid>
Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

key
string
Example:

"Xk*******S4"

name
string
Example:

"Development API Key"

description
string
Example:

"API key for development environment"

type
enum<string>
Available options:
organisation-service,
workspace-service,
workspace-user
Example:

"organisation-service"

organisation_id
string<uuid>
Example:

"a1b2c3d4-e5f6-4a5b-8c7d-9e0f1a2b3c4d"

workspace_id
string
Example:

"ws-myworkspace"

user_id
string<uuid>
Example:

"c3d4e5f6-a7b8-6c7d-0e1f-2a3b4c5d6e7f"

status
enum<string>
Available options:
active,
exhausted
Example:

"active"

created_at
string<date-time>
Example:

"2023-09-15T10:30:00Z"

last_updated_at
string<date-time>
Example:

"2023-09-15T10:30:00Z"

creation_mode
enum<string>
Available options:
ui,
api,
auto
Example:

"ui"

rate_limits
object[]
usage_limits
object
Example:
reset_usage
number
Example:

0

scopes
string[]
Example:
defaults
object
alert_emails
string<email>[]
expires_at
string<date-time>
object
enum<string>
Available options:
api-key
Example:

"api-key"

Last modified on April 8, 2026