Skip to main content

Get a customer by UUID.

GET 

/v1/customers/:uuid

Get a customer by UUID.

Request

Path Parameters

    uuid uuidrequired

    Unique identifier for the customer

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    $schema uri

    A URL to the JSON Schema for this object.

    createdAt date-timerequired

    Date and time the customer was created.

    deletedAt date-timerequired

    Date and time the customer was deleted.

    firstSignIn date-timerequired

    Date and time the customer first signed in.

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of customer.

    updatedAt date-timerequired

    Date and time the customer was updated.

    uuid uuidrequired

    Unique identifier for the customer

    status int64required
    timestamp date-timerequired
Loading...