Api Keys
Get User Sending Email
Cards
Collections
Friends
Api Keys
Members
Profiles
Review
Share
User
- PATCHSet Preferences
- PUTSet Preference Flag
- PUTSet Feature Preview Flag
- GETGet User Email Addresses
- GETGet Email
- DELDelete Email
- PUTMake Email Primary
- GETCheck Auth
- GETCheck If Fresh Access Token
- GETGet Current User
- PUTUpdate Current User
- PUTUpdate Current User Bio And Pic
- GETGet Pins
- PUTUpdate Pins
Api Keys
Get User Sending Email
Get the user’s email-sending key
GET
/
v1
/
keys
/
email
curl --request GET \
--url https://api.supernotes.app/v1/keys/email \
--header 'Api-Key: <api-key>'
{
"data": "<string>",
"enabled": true,
"expires_when": "2023-11-07T05:31:56Z",
"last_used_when": "2023-11-07T05:31:56Z"
}
Authorizations
curl --request GET \
--url https://api.supernotes.app/v1/keys/email \
--header 'Api-Key: <api-key>'
{
"data": "<string>",
"enabled": true,
"expires_when": "2023-11-07T05:31:56Z",
"last_used_when": "2023-11-07T05:31:56Z"
}