Valid providers
GET/vehicles/valid-providers
Returns a list of the valid providers for registering vehicles
Request
Header Parameters
x-access-token string
Authentication header obtained from POST /authenticate
that identifies the user making this call.
Example: NgDvLMpPq.6AgfCvkP.YEWA3ZX
x-api-user string
Authentication header obtained from LMP Team that identifies the client making this call.
Example: AbC123DeF456GhI789JkL012
x-api-key string
Authentication header obtained from LMP Team that identifies the user making this call.
Example: XyZ456AbC789DeF012GhI345
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
"opngo",
"empark",
"el-corte-ingles",
"aussa",
"bsm",
"moviltik",
"aena",
"elparking",
"emt",
"parkia",
"el-corte-ingles"
]
Unauthorized (ie. Incorrect or missing x-access-token
)
Internal server Error (ie. Database down)
Loading...