laravel-notifications-demo
laravel-notifications-demo copied to clipboard
Missing api_key Error
I am using Nexmo API, i have configured every thing properly, key and secret i also updated a user from database. But when I am hitting the SMS URL using the the User ID(in my case it's 2), it gives me Missing api_key Error
.
http://base_url/notifications/nexmo/2
I am sending this SMS notification from my local environment.