Get Addresses
Fetch list of addresses available for a user.
/addresses
GET
https://api.terminal.africa/v1/addresses
This endpoint allows you to get a list of all addresses available.
Query Parameters
Name
Type
Description
perPage
Number
Specify how many records will be sent in a single response. Defaults to 100.
page
Number
Specify what page of records will be sent in response. Defaults to 1.
Headers
Name
Type
Description
Authorization*
String
Set value to Bearer SECRET_KEY
Last updated