Skip to main content

Customer API

Customer management APIs enable SwiftFederaton partners or customers to list, view, create, and delete customer. APIs are categorised by features, including the essential information, such as Request URI, method, and description.

API Name Method Request URI Description
Get CustomerGET /sfd/v2.0/customers/{customerId} Get a customer by ID.
Get Customer ChildrenGET /sfd/v2.0/customers/{parentId}/childCustomers Retrieves the child customer records for the specified customer.
Create CustomerPOST /sfd/v2.0/customers/{parentId}/childCustomersCreate a new customer.
Delete CustomerDELETE /sfd/v2.0/customers/{customerId} Delete a customer or partner.