Skip to main content
GET
Python

Authorizations

X-API-Key
string
header
required

The API key to use for authentication.

Headers

Miru-Version
string
required

The API version the client was built against.

Example:

"2026-05-06.rainier"

Response

200 - application/json

Successfully retrieved the principal.

object
enum<string>
required

The object type, which is always principal.

Available options:
principal
Example:

"principal"

id
string
required

ID of the principal.

Example:

"api_key_123"

name
string
required

The display name of the principal.

Example:

"My CI/CD Key"

Last modified on May 13, 2026