From 714f7642b2d8d1fee44da9d63b0bb9d551677607 Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Wed, 10 Dec 2025 15:32:50 +0100 Subject: [PATCH] Rename /identity to /my/identity in docs --- docs/API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/API.md b/docs/API.md index 107521596..d1623d868 100644 --- a/docs/API.md +++ b/docs/API.md @@ -33,7 +33,7 @@ Then click on "Generate access token". To authenticate a request using your access token, include it in the `Authorization` header: ```bash -curl -H "Authorization: Bearer put-your-access-token-here" -H "Accept: application/json" https://app.fizzy.do/identity +curl -H "Authorization: Bearer put-your-access-token-here" -H "Accept: application/json" https://app.fizzy.do/my/identity ``` ## Caching @@ -225,7 +225,7 @@ The `sgid` attribute should contain the `signed_id` returned from the direct upl An Identity represents a person using Fizzy, their email address and their users in different accounts. -### `GET /identity` +### `GET /my/identity` Returns a list of accounts, including the User, the Identity has access to