GetOrganizationApiKeysData: {
    cursor?: string | null;
    limit?: number | null;
    trOrganization: string;
}

Type declaration

  • Optionalcursor?: string | null

    The cursor to start the pagination from.

  • Optionallimit?: number | null

    The number of items to return per page.

  • trOrganization: string

    The organization id to use for the request.