GET /me
| Parameter | In | Type | Notes |
|---|---|---|---|
limit | query | integer | default 50 |
cursor | query | string | |
client_id | query | uuid | |
all_clients | query | boolean | |
q | query | string | |
sort | query | string |
curl -s https://app.upfour.io/v1/me \
-H "Authorization: Bearer $UP4_API_KEY"Try it
Sent directly from your browser to https://app.upfour.io/v1.
Mutating calls get an automatic Idempotency-Key.