Skip to main content
POST
Create a testing number

Authorizations

Authorization
string
header
required

Polymorfa server credential: a scoped titan_ organization key. Public /v1 operations reject titan_pt_ project tokens.

Body

application/json
projectId
string<uuid>
required

Project UUID. Optional where an operation can infer or search organization scope; required where the operation creates a project-owned resource.

name
string

Optional Console display name.

Required string length: 1 - 100
country
enum<string>
default:US

ISO 3166-1 alpha-2 country used to generate a realistic E.164 identity.

Available options:
US,
GB,
BR,
IN

Response

Success

data
string
required

Generated testing-session slug.

Pattern: ^test_[A-Za-z0-9_-]{16}$