/
SL
slashfi
/
Slash Public API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10m ago · Updated 6mo ago
Details
Filter operations
get
/legal-entity
get
/account
get
/account/{accountId}
get
/account/{accountId}/balance
get
/virtual-account
post
Create a virtual account
get
/virtual-account/{virtualAccountId}
patch
/virtual-account/{virtualAccountId}
get
/transaction
get
/transaction/aggregation
get
/transaction/{transactionId}
patch
/transaction/{transactionId}/note
get
/transaction/{transactionId}/fee-details
post
/transfer/virtual-account
get
/card
post
/card
get
/card/{cardId}
patch
/card/{cardId}
get
/card/{cardId}/utilization
put
/card/{cardId}/spending-constraint
patch
/card/{cardId}/spending-constraint
get
/card-group
post
/card-group
get
/card-group/{cardGroupId}
patch
/card-group/{cardGroupId}
get
/card-group/{cardGroupId}/utilization
put
/card-group/{cardGroupId}/spending-constraint
patch
/card-group/{cardGroupId}/spending-constraint
get
/card-product
get
/slash-handle
get
/pay
post
/pay
get
/webhook
post
/webhook
patch
/webhook/{webhookId}
get
/merchant
get
/merchant/{merchantId}
get
/merchant-category
post
Create a DeveloperApplication
get
Get a DeveloperApplication
patch
Update a DeveloperApplication
post
Create or regenerate a DeveloperApplication's OAuthClientSecret
get
/.well-known/openid-configuration
post
/oauth2/token
get
/oauth2/userinfo
post
/oauth2/userinfo
get
/fdx/customers/current
get
/fdx/accounts
get
/fdx/accounts/{accountId}
get
/fdx/accounts/{accountId}/contact
get
/fdx/accounts/{accountId}/statements
get
/fdx/accounts/{accountId}/statements/{statementId}
get
/fdx/accounts/{accountId}/transactions
get
/fdx/accounts/{accountId}/payment-networks
post
Retrieve a list of crypto offramp options
Update a webhook endpoint
patch
/webhook/{webhookId}
Path parameters
webhookId
string
required
Request body
object
required
status
'archived'
required
reason
string
Response
OK
Webhook
required
id
string
required
createdAt
string
required
archivedAt
string
url
string
required
The URL that will receive the webhook payload
name
string
required
The name of the webhook
Changes