curl -X POST https://api.infinipost.co/v1/phones \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "quantity": 5, "region": "us" }'
{ "phones": [ { "id": "phone_abc123", "geelarkPhoneId": "557536075321468390", "status": "provisioning", "region": "us", "createdAt": "2024-04-21T20:00:00Z" }, { "id": "phone_def456", "geelarkPhoneId": "557536075321468391", "status": "provisioning", "region": "us", "createdAt": "2024-04-21T20:00:00Z" } ] }
Provision a new cloud phone for running TikTok/Instagram accounts
us
Show properties
provisioning
ready
failed
{ "error": { "code": "phone_limit_exceeded", "message": "You have reached your phone limit. Upgrade your plan to provision more phones." } }
{ "error": { "code": "invalid_quantity", "message": "Quantity must be between 1 and 100" } }
{ "error": { "code": "invalid_region", "message": "Region 'eu' is not supported. Currently only 'us' is available." } }