Skip to main content

Open API

This document is about how to prepare, sign and fire an API Call to the API Gateway of SwiftFederation solutions.

REST APIs of SwiftFederation solutions provide a rich set of options for developers to integrate with their service systems to:

  • Onboard new customers and services
  • Securely authenticate and authorise
  • Access and manage user accounts and data
  • Handle business logic and transactions
  • Configure and optimise the services

Key Features

FeatureDescription
Quick StartIllustrates the steps of preparing, signing and making the API calls as a quick start.
Making API RequestsIntroduces how to make an API call to the REST APIs of SwiftFederation solutions:
- Common Requests: defines the request structure as well as the signature.
- Request Parameters: describes the parameters in path, query, headers, cookie and request body.
- Signature: explains the algorithm details to sign the API request.
- Signature Toolkit: provides an online signature toolkit to assist the client in verifying the signature.
- Common Response: defines the response structure when receiving the returned data from the REST APIs.
API CatalogProvides a comprehensive list of all available APIs for the xxx solution. APIs are categorised based on features.
Common ErrorsList the errors in the responses from the REST APIs of SwiftFederation solutions.
Status CodesElaborates on the status codes and reason phrases in the responses.
SupportShows the support available when you have any questions when using the APIs.