v1

latestOpenAPI 3.0.0Apache 2.02026-08-063010285.3 KB
Account

Request API Credentials

Request API Account Credentials for Stellantis Cloud API

post/v1/account/register

Request body

api_account_ownerstring required
passwordstring required
first_namestring required
last_namestring required
phone_numberstring required
addressstring required
usage_descriptionstring required

Example request

{
  "api_account_owner": "your_email@domain.com",
  "password": "Your_password!1",
  "first_name": "First",
  "last_name": "Last",
  "phone_number": "+12484250000",
  "address": "1000 Chrysler Drive, Auburn Hills, MI, 48306",
  "usage_description": "Briefly describe your use case, purpose for requesting access to the API"
}

Response

Credential Request Received

resultstring

Example response

{
  "result": "Your account request has been received. You will receive a response via email to the address specified."
}