Developer API

Number inventory and customer line API.

Customers can use API key from dashboard with x-gulfverify-key.

List Available Numbers

GET https://shop.kraftima.com/wp-json/gulfverify/v1/numbers

Request Line

POST https://shop.kraftima.com/wp-json/gulfverify/v1/request-lineHeader: X-WP-Nonce for logged-in web users
Body: {"number_id": 12, "plan": "monthly"}

My Lines

GET https://shop.kraftima.com/wp-json/gulfverify/v1/my-linesHeader: x-gulfverify-key: YOUR_KEY

Webhook ready idea

For automatic SMS inbox, connect your provider webhook to insert messages into gvotp_line_messages. The current version includes manual admin message entry.