Get Packaging
Fetch list of packaging available for a user.
/packaging
GET
https://api.terminal.africa/v1/packaging
This endpoint allows you to retrieve a list of packaging available for a user.
Query Parameters
Name
Type
Description
type
String
When provided, returns types of packaging that match the value provided. e.g. soft-package
perPage
Number
Specify how many records will be included in a single response. Defaults to 100.
page
Number
Specify what page will be included in a single response. Defaults to 1.
Headers
Name
Type
Description
Authorization*
string
Set value to Bearer SECRET_KEY
Last updated