Skip to main content
GET
/
api
/
v1
/
provider-information
Fetch information about providers
curl --request GET \
  --url https://api.smartmove.eu/m2m/api/v1/provider-information \
  --header 'Authorization: Bearer <token>'
[
  {
    "countryCode": "<string>",
    "code": "<string>",
    "providerType": "AssetProvider",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

The associated providers

countryCode
string
required
Required string length: 2
code
string
required
Required string length: 3
providerType
enum<string>
required
Available options:
AssetProvider,
MobilityProvider,
ChargingProvider,
ChargingStationProvider,
OperationsProvider,
GasStationProvider,
TaxiStandProvider
name
string
required