Get Parcels
Fetch a list of parcels available for a user.
get
https://api.terminal.africa
/v1/parcels
/parcels
This endpoint allows you to get a list of all parcels available for a user.
Parameters
Query
perPage
Number
Specify how many records will be returned in a single request. Defaults to 100.
page
Number
Specify what page of records will be sent in response. Defaults to 1.
Header
Authorization*
string
Set value to
Bearer SECRET_KEY
Responses
200
Parcels retrieved successfully.
Last modified 6mo ago