Skip to main content
POST
Create an API key

Authorizations

Authorization
string
header
required

Your Prudra API key. Get one at dashboard.prudra.com/settings/api-keys

Path Parameters

orgId
string
required

Body

application/json
name
string
required
Example:

"Production key"

Response

201 - application/json

API key created

id
string
required
Example:

"key_abc123"

name
string
required
Example:

"Production key"

createdAt
string<date-time>
required
revokedAt
string<date-time> | null
key
string

Raw API key — shown once only

Example:

"prv_live_sk_..."