Retrieve a feedback option

Retrieves a feedback options object given an ID.

get/v1/billing/feedback_options/{id}

Path parameters

idstring required

Query parameters

expandstring[]

Specifies which fields in the response should be expanded.

Response

Successful response.

descriptionstring required

An arbitrary string attached to the object. Often useful for displaying to users.

idstring required

Unique identifier for the object.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

object'billing.feedback_option' required

String representing the object's type. Objects of the same type share the same value.

status'active' | 'inactive' required

The feedback option's status.

Changes