Developers
SMS Virtual.co API Documentation
Interactive OpenAPI reference. Authenticate with the x-api-key header — generate your key in Profile → API Key. v1.0.0
post
https://api.smsvirtual.co/api/migration/ssopostApiMigrationSso
Requires x-api-key
Request body
{
"email": "string",
"password": "string",
"faCode": "string",
"cf-turnstile-response": "string"
}Example request
curl -X POST "https://api.smsvirtual.co/api/migration/sso" \
-H "x-api-key: $SMSV_KEY" \
-H "Content-Type: application/json" \
-d '{"email":"string","password":"string","faCode":"string","cf-turnstile-response":"string"}'Responses
200