Home > @vsf-enterprise/bigcommerce-api > ValidateCredentialsResponse
# ValidateCredentialsResponse interface
Response of validate credentials.
Signature:
export interface ValidateCredentialsResponse
# Properties
Property | Type | Description |
---|---|---|
customer_id? | number | null | (Optional) The unique numeric ID of the customer. |
is_valid? | boolean | (Optional) Indicates if the provided credentials are valid. |