🔓
Authentication
SMSVerification uses API keys via the Authorization header to allow access to the API.
SMSVerification expects for the API key to be included in all API requests to the server in a header that looks like the following:
Authorization: testinga99d930a8a080314bd4c5563737e131
$api = new \SMSVerification\SMSVerification("testinga99d930a8a080314bd4c5563737e131");
Last modified 7mo ago