API Key

You will need an API key to access the API endpoints.

@if($user->can('generate api-key-full') || $user->can('generate api-key-customer'))
@csrf @method('patch') Generate
@if($token)
@csrf @method('delete') Delete
@endif @if (session('status') === 'key-generated')

Key generated.

@elseif (session('status') === 'key-deleted')

Key deleted.

@endif
@endif