Get Providers
GET/v1/providers
Retrieve a list of providers available to clients.
Request
Query Parameters
page integerrequired
per_page integerrequired
Responses
- 200
 
A JSON array of providers
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
id integer
name string
state string
email string
phone string
address string
[
  {
    "id": 51,
    "name": "AAR Uganda",
    "state": "Ogun",
    "email": "aar@aar.co",
    "phone": 701234567,
    "address": "17, musurufa kafayat street"
  }
]
Loading...