# General - `https://` vorgeschrieben - Signatur-Verifikation vorgeschriben # API-Endpunkte ## Server GET `/pubkey` - 404: Not Found - 200: OK - 30?: Changed - ???: Too Many Requests - ???: No Key GET `/login` - 404: Not Found - 200: OK - ???: Too Many Requests POST `/login` - 404: Not Found - 200: OK - 40?: Authorisation Failed - ???: Too Many Requests POST `/inbox` - 404: Not Found - 200: OK - ???: Too Many Requests - ???: No Message ## Account GET `/@/pubkey` - 404: Not Found - 200: OK - 30?: Changed - ???: Too Many Requests - ???: No Key POST `/@/pubkey` - 404: Not Found - 200: OK - 40?: Authorisation Failed - ???: Too Many Requests - ???: No Key PUT `/@/pubkey` - 404: Not Found - 200: OK - 40?: Authorisation Failed - ???: Too Many Requests - ???: No Key GET `/@/inbox` - 404: Not Found - 200: OK - 40?: Authorisation Failed - ???: Too Many Requests - ???: No Message PUT `/@/outbox` - 404: Not Found - 200: OK - 40?: Authorisation Failed - ???: Too Many Requests - ???: No Message GET `/@/privkey` - 404: Not Found - 200: OK - ???: Too Many Requests - ???: No Key POST `/@/privkey` - 404: Not Found - 200: OK - ???: Too Many Requests - ???: No Key PUT `/@/privkey` - 404: Not Found - 200: OK - ???: Too Many Requests - ???: No Key GET `/@/messages` - 404: Not Found - 200: OK - ???: Too Many Requests GET `/@/groups` - 404: Not Found - 200: OK - ???: Too Many Requests POST `/@/groups` - 404: Not Found - 200: OK - ???: Too Many Requests GET `/@/trusted` - 404: Not Found - 200: OK - ???: Too Many Requests POST `/@/trusted` - 404: Not Found - 200: OK - ???: Too Many Requests