Introduction

Get started with Brace Africa API. Sync your apps with our api and experience great flexibility by consuming all our api features.

This documentation gives sample code in the following languages

Authentication

All API requests must be made over HTTPS and must contain the api username and api key in the headers. You can get the username and api key from the dashboard.

											
											curl 
												-H "Content-Type: application/json" 
												-H "x-api-user: YOUR-USERNAME" 
												-H "x-api-key: YOUR-API-KEY" 
												--data '{}' 
												"https://api.braceafrica.com/request/endpoint"
											
										

Header Fields

Content-Type String Compulsory
x-api-user String Compulsory
x-api-key String Compulsory