Skip to main content

Get customer by UUID.

GET 

/v1/customers/:uuid

Returns a single customer by UUID. This operation can be accessed by the customer or an admin.

Request

Path Parameters

    uuid anyrequired

    The UUID of the customer to retrieve.

    Example: e11feeb6-1be2-4b0c-8882-02bf6232b28d
    uuid uuidrequired

    Unique identifier for the resource.

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    created_at date-timerequired

    Date and time the customer was created.

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of customer.

    updated_at date-timerequired

    Date and time the customer was updated.

    uuid uuidrequired

    Unique identifier for the person

    status int64required
    timestamp date-timerequired
Loading...