cURL
curl --request PUT \ --url https://api.getmembrane.com/customers/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "internalId": "<string>", "name": "<string>", "fields": {}, "credentials": {}, "aiCreditsRolling30DayLimit": 1 } '
{ "id": "<string>", "name": "<string>", "internalId": "<string>", "meta": {}, "fields": {}, "credentials": {}, "lastActiveAt": "<string>", "isTest": true, "isBillable": true, "isActive": true, "aiCreditsRolling30DayLimit": 1, "createdAt": "<string>", "archivedAt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 0
Show child attributes
Was this page helpful?