Type Alias GetOrganizationApiKeysResponse

GetOrganizationApiKeysResponse: {
    api_keys: ApiKeyRespBody[];
    cursor?: string | null;
}

Type declaration

  • api_keys: ApiKeyRespBody[]

    The api keys which belong to the organization.

  • Optionalcursor?: string | null

    The cursor to start the pagination from.