Skip to main content

Get service user key

Get a service user public RSA JWK set.

Path Parameters
    id string required

    The unique ID of the service user to get a key for.

    key_id string required

    The unique ID of the key to get.

Responses

A successful response.


Schema
    keys object[]
  • Array [
  • kty string

    Key Type.

    alg string

    Algorithm.

    use string

    Permitted uses for the public keys.

    kid string

    Key ID.

    n string

    Used for RSA keys.

    e string

    Used for RSA keys.

    x string

    Used for ECDSA keys.

    y string

    Used for ECDSA keys.

    crv string

    Used for ECDSA keys.

  • ]
Loading...