Skip to main content
POST
/
accounts
/
{accountId}
/
oauthclients
Create OAuth client
curl --request POST \
  --url https://api.opencard.io/api/v1/application/accounts/{accountId}/oauthclients \
  --header 'Authorization: Bearer <token>'
{
  "id": 2,
  "secret": "plain-text-secret-shown-once"
}

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

Response

Created