cURL
curl --request GET \ --url https://api.otpiq.com/api/info \ --header 'Authorization: Bearer <token>'
{ "projectName": "My SMS Project", "credit": 15000 }
Retrieve information about the authenticated project including remaining credits and project details.
API key authentication. Format: Bearer sk_live_your_api_key_here
Bearer sk_live_your_api_key_here
Project information retrieved successfully. Response body includes: projectName (string), credit (number).
Name of the project
"My SMS Project"
Remaining credit balance in IQD
x >= 0
15000