PUT
https://api.openint.dev/v1
/
customers
curl --request PUT \
  --url https://api.openint.dev/v1/customers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "metadata": {}
}'
{
  "org_id": "<string>",
  "id": "<string>",
  "api_key": "<string>",
  "metadata": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
header
required

Organization API Key available in the settings page of the OpenInt Console or Customer API Key or Token Customer authentication token created using the create customer token API. It is passed in the authorization header with format: Bearer {token}

Body

application/json

Response

200
application/json

Successful response

The response is of type object.