Create API Access

Generate a secure token to authenticate your external applications and integrations with the HMS API.

@error('tokenName') {{ $message }} @enderror
@if($plainTextToken)
NEW TOKEN

Security Alert: Copy this token now. It will not be shown again.

{{ $plainTextToken }}
@endif

Active Tokens

{{ $tokens->count() }} Total
@forelse($tokens as $token) @empty @endforelse
Token Identity Activity Status Created On Security
{{ $token->name }}
Sanctum Personal Access Token
@if($token->last_used_at)
ACTIVE {{ $token->last_used_at->diffForHumans() }}
@else NEVER USED @endif
{{ $token->created_at->format('M d, Y') }}
{{ $token->created_at->format('h:i A') }}

No active API tokens found

Create your first token above to start integrating with our secure hospital API.