Skip to main content
GET
/
me
/
favorites
List the user's favorited merchants
curl --request GET \
  --url http://localhost:4000/me/favorites \
  --header 'Authorization: Bearer <token>'
[
  {
    "merchantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "favoritedAt": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "slug": "<string>",
    "logoPath": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer JWT signed by your app, with iss matching the issuer registered on the partner record. Verified against your JWKS URL or static public key.

Response

200 - application/json

Default Response

merchantId
string<uuid>
favoritedAt
string<date-time>
name
string
slug
string
category
enum<string>
Available options:
F_AND_B,
BEAUTY,
SERVICE,
ACTIVITY,
RETAIL
logoPath
null | string