Accounts
Methods concerning accounts and profiles.
https://docs.joinmastodon.org/methods/accounts/
Method | Description | Status | Comments |
---|---|---|---|
POST /api/v1/accounts | Register an account | ![]() | Error response with details not propagated. Otherwise, fully implemented. |
GET /api/v1/accounts/verify_credentials | Verify account credentials | ![]() | Fully supported. |
PATCH /api/v1/accounts/update_credentials | Update account credentials | ![]() | Fully supported. |
GET /api/v1/accounts/:id | Get account | ![]() | Fully supported. |
GET /api/v1/accounts/:id/statuses | Get account’s statuses | ![]() | Fully supported. |
GET /api/v1/accounts/:id/followers | Get account’s followers | ![]() | Fully supported. |
GET /api/v1/accounts/:id/following | Get account’s following | ![]() | Fully supported. |
GET /api/v1/accounts/:id/featured_tags | Get account’s featured tags | ![]() | Fully supported. |
GET /api/v1/accounts/:id/lists | Get lists containing this account | ![]() | Fully supported. |
GET /api/v1/accounts/:id/follow | Follow account | ![]() | Fully supported. |
POST /api/v1/accounts/:id/unfollow | Unfollow account | ![]() | Fully supported. |
POST /api/v1/accounts/:id/remove_from_followers | Remove account from followers | ![]() | Fully supported. |
POST /api/v1/accounts/:id/block | Block account | ![]() | Fully supported. |
POST /api/v1/accounts/:id/unblock | Unblock account | ![]() | Fully supported. |
POST /api/v1/accounts/:id/mute | Mute account | ![]() | Fully supported. |
POST /api/v1/accounts/:id/unmute | Unmute account | ![]() | Fully supported. |
POST /api/v1/accounts/:id/pin | Feature account on your profile | ![]() | Fully supported. |
POST /api/v1/accounts/:id/unpin | Unfeature account from profile | ![]() | Fully supported. |
POST /api/v1/accounts/:id/note | Set private note on profile | ![]() | Fully supported. |
GET /api/v1/accounts/relationships | Check relationships to other accounts | ![]() | Fully supported. |
GET /api/v1/accounts/familiar_followers | Find familiar followers | ![]() | Fully supported. |
GET /api/v1/accounts/search | Search for matching accounts | ![]() | Fully supported. |
GET /api/v1/accounts/lookup | Lookup account ID from WebFinger address | ![]() | Fully supported. |