action randommer_get_api_phone_validate { label: "Validate a phone number" provider: randommer method: GET path: "/api/Phone/Validate" encoding: json input: { type: "object" properties: { CountryCode: { type: "string" } "X-Api-Key": { type: "string" } telephone: { type: "string" } } required: ["telephone"] additionalProperties: false } output: { type: "object" additionalProperties: true } }