LookupsApi

interface LookupsApi

Functions

Link copied to clipboard
@GET(value = "lookups/currencies")
abstract suspend fun getCurrencies(@Query(value = "locale") locale: String? = null): Response<GetLookupCurrencyListResponseDto>

Supported Currencies This API call allows you to retrieve the list of currencies that we currently support in our system. To call this endpoint, you can use either a client-token or a user-token. Responses:

Link copied to clipboard
@GET(value = "lookups/documentcategories")
abstract suspend fun getDocumentCategories(@Query(value = "scale") scale: String? = "3x", @Query(value = "locale") locale: String? = null): Response<GetLookupCategoryListResponseDto>

Document categories This API call allows for retrieval of a list of document categories. To call this endpoint, you can use either a client-token or a user-token. Responses:

Link copied to clipboard
@GET(value = "lookups/locales")
abstract suspend fun getLocales(): Response<GetLookupLocaleListResponseDto>

Supported Locales This API call allows you to retrieve the list of locales that we currently support in our system. To call this endpoint, you can use either a client-token or a user-token. Responses: