Error
Customers
Export a customer's personal data (GDPR)
Assembles the full dossier held for one data subject — profile, marketing-consent standing and every settled ticket reference — for a GDPR portability request. It only READS, but it is a POST so it lands on pos.customers.manage: this is a privileged privacy act, not the ordinary customer read. The call is audited. Prefer getCustomerPurchases when you just need the buying history. 404s for an unknown id.
POST
Error
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Path Parameters
Minimum string length:
1
