{"openapi":"3.2.0","info":{"title":"D7 SMS API","description":"Send and receive sms using D7API","version":"1.0.0"},"servers":[{"url":"https://qyfcj.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"SMS"}],"paths":{"/messages/v1/balance":{"get":{"operationId":"get_messages_v1_balance","summary":"Get Balance","description":"Gets the balance information about your D7API account","tags":["SMS"]}},"/messages/v1/send":{"post":{"operationId":"post_messages_v1_send","summary":"Send SMS","description":"Sends SMS using D7API","tags":["SMS"],"requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"messages":[{"channel":"sms","recipients":["{{recipient1}}","{{recipient2}}"],"content":"Greetings from D7 API","msg_type":"text","data_coding":"text"}],"message_globals":{"originator":"SignOTP","report_url":"https://the_url_to_receive_delivery_report.com"}}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}