Expense Type

This endpoint retrieves the list of contact expense types available in the system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response

The response returns a collection of contact expense type records wrapped inside a data array.
Each record represents a category of expenses associated with a contact.

Example Response


{
  "data": [
    {
      "name": "Other Expenses"
    },
    {
      "name": "Rental Expense"
    },
    {
      "name": "Rental Expenses"
    }
  ]
}
Response
200
Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!