Skip to main content
POST
Create a partner connection

Authorizations

Authorization
string
header
required

An evrt_... API key created in the app under Settings.

Body

application/json
partnerBaseUrl
string<uri>
required
ourRole
enum<string>
required
Available options:
CPO,
EMSP
theirRole
enum<string>
required
Available options:
CPO,
EMSP
ocpiVersion
enum<string>
required
Available options:
2.1.1,
2.2,
2.2.1,
2.3.0
tokenA
string
required

Partner-issued registration token; never logged.

tokenC
string

The credentials token their system already issued this client; never logged. Use it instead of tokenA when the registration has already happened.

localTokenB
string

Only alongside tokenC: the token their system already authenticates to us with, from a registration whose record we no longer hold; never logged.

ourPartyId
string

Required with tokenC: the party ID their system registered this client under.

Maximum string length: 3
ourCountryCode
string

Required with tokenC: the ISO-3166 alpha-2 country code their system registered this client under.

Required string length: 2
Pattern: ^[A-Za-z]{2}$

Response

Success

success
boolean
required
data
object
required