{"openapi":"3.2.0","info":{"title":"D7 Verify API","description":"Send, re-send and verify OTP messages.","version":"1.0.0"},"servers":[{"url":"https://zomje.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"x-agent-commerce":{"catalog_url":"https://zomje.jojapi.net/_jojapi/agent/plans","discovery_url":"https://zomje.jojapi.net/.well-known/x402","directory_url":"https://agents.jojapi.net/apis/d7-verify","docs":"https://docs.jojapi.com/consumers/agents"},"paths":{"/verify/v1/otp/send-otp":{"post":{"operationId":"post_verify_v1_otp_send_otp","summary":"Generate OTP","description":"Create OTP and send to recipient","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"originator":"SignOTP","recipient":"{{recipient1}}","content":"Greetings from D7 API, your mobile verification code is: {}"}}}}}},"/verify/v1/otp/resend-otp":{"post":{"operationId":"post_verify_v1_otp_resend_otp","summary":"Resend OTP","description":"Regenerate and resend OTP","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"otp_id":"{{otp_id}}"}}}}}},"/verify/v1/otp/verify-otp":{"post":{"operationId":"post_verify_v1_otp_verify_otp","summary":"Verify OTP","description":"Verifies the OTP send to recipient","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"otp_id":"{{otp_id}}","otp_code":"{{otp}}"}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}