Skip to main content
GET
/
info
Get project information
curl --request GET \
  --url https://api.otpiq.com/api/info \
  --header 'Authorization: Bearer <token>'
{
  "projectName": "My SMS Project",
  "credit": 15000
}

Documentation Index

Fetch the complete documentation index at: https://docs.otpiq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project API key (sk_live… or sk_dev…). Send it as Authorization: Bearer <api_key>.

Response

Project information retrieved successfully. Response body includes: projectName (string), credit (number).

projectName
string
required

Name of the project

Example:

"My SMS Project"

credit
number
required

Remaining credit balance in IQD

Required range: x >= 0
Example:

15000