Basiq · Example Payload

Createuserrequest

AustraliaBankingCDRFinancial DataFintechOpen BankingTransactions

Createuserrequest is an example object payload from Basiq, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

emailmobilefirstNamelastName

Example Payload

Raw ↑
{
  "email": "example",
  "mobile": "example",
  "firstName": "example",
  "lastName": "example"
}