Skip to main content
PUT
/
accounts
/
{accountId}
Update your account
curl --request PUT \
  --url https://api.opencard.io/api/v1/application/accounts/{accountId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "notify_email": "jsmith@example.com"
}
'
{
  "id": 1,
  "name_system": "Acme EMS",
  "name_legal": "Acme Expense AB",
  "organization_number": "5561234567",
  "country": "SE"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

accountId
integer
required

Your account ID

Body

application/json
notify_email
string<email>

Response

200 - application/json

Updated account