Skip to main content
PATCH
Update Consumer Profile expiry date

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

consumer
integer
required

Consumer account ID.

Body

application/json
expiry_date
string<date> | null
required

Use null to clear the expiration date. When present, the date must be today or later.

Example:

"2026-07-31"

Response

Expiry date updated and refreshed Consumer Profile detail returned.

message
string
required
Example:

"Expiry date updated."

data
object
required
Last modified on July 20, 2026