Skip to main content
POST
Send feedback about the API

Authorizations

Authorization
string
header
required

Firebase ID token from /auth or any paid route, sent as a Bearer token: Authorization: Bearer <id_token> (the Bearer prefix is required).

Body

application/json
feedback
string
required

The main free-text feedback. Required. Sanitized and capped server-side (max 2000 characters).

Example:

"order-intl-card was smooth but I wanted a way to see the fee before paying"

what_they_want
string

What you were trying to do. Optional. Capped at 500 characters.

Example:

"order an international card"

how_it_went
string

How it went. Optional. Capped at 500 characters.

Example:

"worked, minor confusion on fees"

endpoint
string

Which API endpoint or route the feedback is about. Optional. Capped at 120 characters.

Example:

"/order-intl-card"

rating
integer

A 1-5 satisfaction rating. Optional; ignored when not an integer in range.

Required range: 1 <= x <= 5
Example:

4

Response

Feedback recorded

ok
boolean
Example:

true