Generate a secure token to authenticate your external applications and integrations with the HMS API.
| 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. |
|||