Get Parcels
Fetch a list of parcels available for a user.
/parcels
GET
https://api.terminal.africa/v1/parcels
This endpoint allows you to get a list of all parcels available for a user.
Query Parameters
Name | Type | Description |
---|---|---|
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. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Set value to |
Last updated