| Name | Scopes | Modus | Zuletzt genutzt | Erstellt | |
|---|---|---|---|---|---|
|
|
@foreach($token->abilities as $scope)
{{ $scope }}
@endforeach
|
@if($token->sandbox) Sandbox @else Live @endif | {{ $token->last_used_at?->diffForHumans() ?? '—' }} | {{ $token->created_at->format('d.m.Y') }} |
|
/api/v1
{
"email": "user@example.com",
"password": "sicher123",
"display_name": "Max Mustermann",
"quota_mb": 1024,
"is_active": true
}
{
"local": "info",
"domain": "example.com",
"recipients": ["admin@example.com"],
"is_active": true
}
{
"domain": "example.com",
"description": "Hauptdomain",
"max_mailboxes": 100,
"max_aliases": 200,
"default_quota_mb": 1024
}
Authorization: Bearer <token> Content-Type: application/json
GET /api/v1/me
{{ $scope }}
{{ $desc }}
{{ $code }}
{{ $desc }}