Customer Authentication
Version 1.0.2
Endpoint
POST
https://partner.att.com/omni-svcs/v1/customer/auth
Copy
Validates customer credentials and returns the authentication status along with detailed error information if applicable.
Body Parameters
- objectRequired
- partnerCustomerUUIDstringPartner-provided unique customer identifier.
- firstNamestringCustomer first name.
- lastNamestringCustomer last name.
- emailstringCustomer email address.
- canBeReachedNumberstringContact phone number
- subscriberNumberstringWireless subscriber number (CTN). Required for wireless flows.
- serviceAddressIdstringService address identifier. Required for broadband authentication.
- billingAccountNumberstringBilling account number. Required for broadband authentication.
- otpobject
- passcodestringAccount passcode for authentication. Must be sent in JWE (JSON Web Encryption) format.
- last4SSNstringLast four digits of SSN for authentication. Must be sent in JWE (JSON Web Encryption) format.
Responses
Authentication successful
Body
application/json
- objectRequired
- statusstringAuthentication status (e.g., SUCCESS ).Example: SUCCESS