{"openapi":"3.2.0","info":{"title":"D7SMS API","description":"Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world’s vast messaging network through D7’s exclusive network access","version":"1.0.0"},"servers":[{"url":"https://d7sms.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/messages/v1/balance":{"get":{"operationId":"get_messages_v1_balance","summary":"D7API - Check Balance","description":"Get information about current balance on your D7API account","parameters":[{"name":"Token","in":"header","description":"Authorization Token (Check out this link to get it: https://app.d7networks.com/api-tokens)","required":false,"schema":{"type":"string"}}]}},"/messages/v1/send":{"post":{"operationId":"post_messages_v1_send","summary":"D7 Messages - Send Message","description":"Send messages to destinations.\r\nIf the content contains unicode include \"data_coding\": \"unicode\" or \"data_coding\": \"auto\"","parameters":[{"name":"Token","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"messages":[{"channel":"sms","originator":"D7-RapidAPI","recipients":["+9715097526xx","+9715097526xx"],"content":"Greetings from D7 API ","data_coding":"text"}]}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}