Skip to content

GetJwtFromKeyResponseBody

Successfully exchanged API key for a JWT token

Example Usage

typescript
import { GetJwtFromKeyResponseBody } from "@meetkai/mka1/models/operations";

let value: GetJwtFromKeyResponseBody = {
  token: "<value>",
};

Fields

FieldTypeRequiredDescription
tokenstring✔️N/A