Skip to main content

GET /customer/profile

Retrieve the authenticated customer’s profile.

Authentication

Requires Bearer token (auth:customer_api).

Headers

Example Request

Response

Success (200)

Error Responses


PATCH /customer/profile

Update the authenticated customer’s profile.

Authentication

Requires Bearer token (auth:customer_api).

Headers

Body Parameters

Example Request

Response

Success (200)

Error Responses


POST /customer/logout

Revoke the current access token and log out.

Authentication

Requires Bearer token (auth:customer_api).

Headers

Example Request

Response

Success (200)

After logging out, discard the Bearer token on the client side. The token is permanently revoked and cannot be reused.