/
FU
funneldash
/
Surface Admin API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 2mo ago
Details
Filter operations
Account
9
AccountingIntegrationConnection
3
AiSpend
9
Application
11
ApprovalRequest
3
Bill
6
BillDocument
2
Card
2
CardTransaction
2
Customer
3
EntityMappingSuggestion
1
Expense
7
Fee
3
McpCustomerConfig
2
Payment
4
Ping
1
ServiceEvent
1
TransactionReceipt
3
User
6
UserGroup
1
Vendor
3
get
List vendors for a customer (admin)
get
Get a vendor by ID (admin)
post
Create the vendor in the accounting platform via Rutter
patch
Update a product across ALL customers
get
Search customer products
get
Get a customer product
patch
Update a customer product
post
Initialise all products for a customer
get
Search all products
get
Get a product
patch
Update a product
Vendor
Get a vendor by ID (admin)
get
/v1/admin/customer/{customerId}/vendor/{id}
Path parameters
customerId
string
required
id
string
required
Response
Default Response
object
required
id
string
required
status
union
required
name
string
required
externalId
string
owners
object
required
country
string
required
currencyCode
string
required
logoUrl
string
spendCategoryId
string
merchantIds
string[]
merchantCategory
string
legalName
string
taxId
object
address
object
contacts
object[]
required
paymentMethods
object[]
required
accountingIntegration
object
createdAt
string
date-time
required
updatedAt
string
date-time
required
Changes