Get approved parties
x-ms-visibility: "important"
Retrieve a list of approved parties for the user.
Query Parameters
integrationType string
Possible values: [ocpi
, utilityCloud
, salesforce
]
Default value: ocpi
Filter by integration type.
Responses
- 200
- 400
- 401
List of approved parties.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
approvedParties object[]
id int64
name string
integrationType string
partyId string
countryCode string
version string
versionUrl string
isPlatform boolean nullable
{
"approvedParties": [
{
"id": 0,
"name": "string",
"integrationType": "string",
"partyId": "string",
"countryCode": "string",
"version": "string",
"versionUrl": "string",
"isPlatform": true
}
]
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized
Loading...