id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
59f72c97e4b0c95e003b47b1/0117213b-f22f-4773-a61e-3105670f9370/0/0 | linguatools translate | Looks up a word in a dictionary and returns all translations with bilingual example sentences. | 8.9 | translate a word (new) | Looks up a word in a bilingual dictionary and returns all translations ordered by frequency. Optionally restricts the result for a given wordclass. | 200 | Response | [{"freq": 6225, "id": 536985, "l1_text": "verdienen", "l2_text": "deserve", "synonyme1": "deserver, earn, gain, merit", "synonyme2": "", "wortart": "VERB"}, {"freq": 4214, "id": 536987, "l1_text": "verdienen", "l2_text": "earn", "synonyme1": "deserve, deserver, gain, merit", "synonyme2": "einnehmen, erwerben, gewinnen"... | {"type": "array", "items": {"type": "object", "properties": {"freq": {"type": "integer"}, "id": {"type": "integer"}, "l1_text": {"type": "string"}, "l2_text": {"type": "string"}, "synonyme1": {"type": "string"}, "synonyme2": {"type": "string"}, "wortart": {"type": "string"}}}} |
ae2145c6-ecbb-4b48-9676-736d3f5c5a4e/dfaed7bc-5c45-4981-a384-ede067bbe4bf/0/0 | Translation Cloud | Unlock real-time translations with our Translation Cloud API. Easily translate text across multiple languages, auto-detect source languages, and access a dynamic list of supported languages. Ideal for apps, platforms, and businesses aiming for a global reach. Integrate today for seamless communication! | null | Language Detection | Detect the language of a given piece of text. Just provide:
text: The text you want to determine the language for.
The response will provide:
detected_language: The detected language's ISO code. | 200 | Detect Language Response Example | {"detected_language": "es", "text": "esta mucho"} | {"type": "object", "properties": {"detected_language": {"type": "string"}, "text": {"type": "string"}}} |
ae2145c6-ecbb-4b48-9676-736d3f5c5a4e/84439289-ed5c-4031-a0c6-9a06ab13d719/0/0 | Translation Cloud | Unlock real-time translations with our Translation Cloud API. Easily translate text across multiple languages, auto-detect source languages, and access a dynamic list of supported languages. Ideal for apps, platforms, and businesses aiming for a global reach. Integrate today for seamless communication! | null | Text Translation | Translate a given text from one language to another.
The request body should include:
* text: The text you want to translate.
* source_lang (Optional): The source language of the text. If not provided, the system will auto-detect the language.
* target_lang: The language you want to translate to.
The response will pro... | 200 | New Example | {"source_language": "fr", "target_language": "en", "translated": "My name is Eric"} | {"type": "object", "properties": {"translated": {"type": "string", "description": "The translated text."}, "source_language": {"type": "string", "description": "The detected or provided source language."}, "target_language": {"type": "string", "description": "The chosen target language."}}, "required": ["translated", "... |
ae2145c6-ecbb-4b48-9676-736d3f5c5a4e/aad193af-bdc0-42c4-9376-5dde07e4f4f0/0/0 | Translation Cloud | Unlock real-time translations with our Translation Cloud API. Easily translate text across multiple languages, auto-detect source languages, and access a dynamic list of supported languages. Ideal for apps, platforms, and businesses aiming for a global reach. Integrate today for seamless communication! | null | Supported Languages | Retrieve the list of languages supported by the Translation Cloud API. Each entry in the list contains:
* language_code: The ISO code for the language.
* name: The human-readable name of the language. | 200 | Example Response | [{"language_code": "af", "name": "Afrikaans"}, {"language_code": "sq", "name": "Albanian"}, {"language_code": "am", "name": "Amharic"}, {"language_code": "ar", "name": "Arabic"}, {"language_code": "hy", "name": "Armenian"}, {"language_code": "as", "name": "Assamese"}, {"language_code": "ay", "name": "Aymara"}, {"langua... | {"type": "array", "items": {"type": "object", "properties": {"language_code": {"type": "string", "description": "The ISO code for the language."}, "name": {"type": "string", "description": "The human-readable name of the language."}}, "required": ["language_code", "name"]}} |
8ffe363d-4374-4927-bbf3-eb2a949a5654/ea3cb343-5117-4009-844d-bae6033d4e2c/0/0 | AI Translate | API to translate batches of articles and Html into any language in the world with one request, Same quality as Google Translate | 9.8 | translate | Translate batches of articles and HTML to a target language | 200 | Response | {"code": 200, "texts": ["\u4f60\u597d\u3002 \u4e16\u754c\uff01", "<b>\u4f60\u597d\u3002 \u8c37\u6b4c\uff01</b>", "<i>\u4f60\u597d\u3002 \u8fc5\u901f\u7684\uff01</i>"], "tl": "zh"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "texts": {"type": "array", "items": {"type": "string"}}, "tl": {"type": "string"}}, "required": ["code", "texts", "tl"]} |
ef8645c6-77a3-41b7-9c05-ced4889a91d1/8a7821d2-6d3e-46d4-b213-562f7fa28667/0/0 | Fairslator | Rewrites texts into different genders or forms of address. This is the API behind Fairslator, a popular tool for removing bias from machine translation. | 7.4 | /rewrite | Rewrite a text into a different gender or form of address. | 200 | Rewrite First-Person Gender | {"success": true, "originalText": "Ich bin ein guter Student.", "firstPerson": "f", "rewrittenText": "Ich bin eine gute Studentin."} | {"type": "object", "properties": {"success": {"type": "boolean", "const": true}, "originalText": {"type": "string", "description": "The text you have requested to rewrite is repeated here for your convenience."}, "firstPerson": {"type": "string", "description": "The contents of the secondPerson field from your request ... |
ef8645c6-77a3-41b7-9c05-ced4889a91d1/8a7821d2-6d3e-46d4-b213-562f7fa28667/0/1 | Fairslator | Rewrites texts into different genders or forms of address. This is the API behind Fairslator, a popular tool for removing bias from machine translation. | 7.4 | /rewrite | Rewrite a text into a different gender or form of address. | 200 | Rewrite Second-Person Form of Address | {"success": true, "originalText": "Tu te souviens de moi ?", "secondPerson": "v", "rewrittenText": "Vous vous souvenez de moi ?"} | {"type": "object", "properties": {"success": {"type": "boolean", "const": true}, "originalText": {"type": "string", "description": "The text you have requested to rewrite is repeated here for your convenience."}, "firstPerson": {"type": "string", "description": "The contents of the secondPerson field from your request ... |
ef8645c6-77a3-41b7-9c05-ced4889a91d1/8a7821d2-6d3e-46d4-b213-562f7fa28667/0/2 | Fairslator | Rewrites texts into different genders or forms of address. This is the API behind Fairslator, a popular tool for removing bias from machine translation. | 7.4 | /rewrite | Rewrite a text into a different gender or form of address. | 200 | Rewrite Third-Person Gender | {"success": true, "originalText": "Die Krankenschwester rettete dem Patienten das Leben.", "thirdPersons": {"nurse": "m", "patient": "f"}, "rewrittenText": "Der Krankenpfleger rettete der Patientin das Leben."} | {"type": "object", "properties": {"success": {"type": "boolean", "const": true}, "originalText": {"type": "string", "description": "The text you have requested to rewrite is repeated here for your convenience."}, "firstPerson": {"type": "string", "description": "The contents of the secondPerson field from your request ... |
ef8645c6-77a3-41b7-9c05-ced4889a91d1/8a7821d2-6d3e-46d4-b213-562f7fa28667/0/3 | Fairslator | Rewrites texts into different genders or forms of address. This is the API behind Fairslator, a popular tool for removing bias from machine translation. | 7.4 | /rewrite | Rewrite a text into a different gender or form of address. | 200 | Rewrite into Gender-Neutral Notation | {"success": true, "originalText": "Alle Studenten m\u00fcssen sich registrieren.", "thirdPersons": {"*": "b"}, "rewrittenText": "Alle Student:innen m\u00fcssen sich registrieren."} | {"type": "object", "properties": {"success": {"type": "boolean", "const": true}, "originalText": {"type": "string", "description": "The text you have requested to rewrite is repeated here for your convenience."}, "firstPerson": {"type": "string", "description": "The contents of the secondPerson field from your request ... |
ef8645c6-77a3-41b7-9c05-ced4889a91d1/a261cc2c-e2fd-4236-802f-5c5d84c186d5/0/0 | Fairslator | Rewrites texts into different genders or forms of address. This is the API behind Fairslator, a popular tool for removing bias from machine translation. | 7.4 | /analyze | Find out the gender and form of address of people mentioned in the text. | 200 | Example 1 | {"success": true, "text": "Je t'aime.", "firstPerson": {"number": "s"}, "secondPerson": {"register": "t", "number": "s", "registerFreedom": "tv", "numberFreedom": "sp"}} | {"type": "object", "properties": {"required": ["success", "text"], "success": {"type": "boolean", "const": true}, "sourceText": {"type": "string", "description": "The source text (if any), repeated in the response for your convenience."}, "text": {"type": "string", "description": "The analyzed text, repeated in the res... |
ef8645c6-77a3-41b7-9c05-ced4889a91d1/a261cc2c-e2fd-4236-802f-5c5d84c186d5/0/1 | Fairslator | Rewrites texts into different genders or forms of address. This is the API behind Fairslator, a popular tool for removing bias from machine translation. | 7.4 | /analyze | Find out the gender and form of address of people mentioned in the text. | 200 | Example 2 | {"success": true, "sourceText": "Your students like you.", "text": "Deine Studenten m\u00f6gen dich.", "secondPerson": {"register": "t", "number": "s", "registerFreedom": "tv", "numberFreedom": "sp"}, "thirdPersons": [{"keyword": "students", "gender": "m", "number": "p", "genderFreedom": "mfb"}]} | {"type": "object", "properties": {"required": ["success", "text"], "success": {"type": "boolean", "const": true}, "sourceText": {"type": "string", "description": "The source text (if any), repeated in the response for your convenience."}, "text": {"type": "string", "description": "The analyzed text, repeated in the res... |
0ade90c7-46de-4271-8f74-53cd78933334/13e3f898-226c-459f-9528-69860073f26c/0/0 | Text Translator | A powerful and versatile translation API that enables seamless translation of text and JSON data into over 130 languages. Whether you need to localize content, communicate with a global audience, or automate language translation within your applications, we provide a simple and efficient solution. | 6.1 | Translate Text List | The endpoint allows you to efficiently translate a list of text elements into the desired target language, simplifying batch translation tasks in your applications. | 200 | Success | {"info": {"max_text_length": 25000, "original_text_length": null, "source": {"language_code": "en", "language_name": "english"}, "target": {"language_code": "de", "language_name": "german"}}, "success": true, "translated_text_list": ["Hallo Welt", "Der schnelle braune Fuchs springt \u00fcber den faulen Hund"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"max_text_length": {"type": "integer"}, "original_text_length": {"type": "null"}, "source": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string"}}... |
0ade90c7-46de-4271-8f74-53cd78933334/af26468a-28b2-4458-88df-65ab66905f78/0/0 | Text Translator | A powerful and versatile translation API that enables seamless translation of text and JSON data into over 130 languages. Whether you need to localize content, communicate with a global audience, or automate language translation within your applications, we provide a simple and efficient solution. | 6.1 | Translate JSON Data | Translates any JSON data using JSON pointers that apply to the RFC6901 standard. | 200 | Success | {"info": {"max_text_length": 25000, "original_text_length": 5, "source": {"language_code": "en", "language_name": "english"}, "target": {"language_code": "de", "language_name": "german"}}, "success": true, "translated_json_object": {"batters": {"batter": [{"id": "1001", "type": "Regular"}, {"id": "1002", "type": "Choco... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"max_text_length": {"type": "integer"}, "original_text_length": {"type": "integer"}, "source": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string... |
0ade90c7-46de-4271-8f74-53cd78933334/0b407460-2b6a-4d23-877c-7e3795a42de3/0/0 | Text Translator | A powerful and versatile translation API that enables seamless translation of text and JSON data into over 130 languages. Whether you need to localize content, communicate with a global audience, or automate language translation within your applications, we provide a simple and efficient solution. | 6.1 | Languages Info | This endpoint provides a list of all available languages supported by the API. | 200 | Success | {"codes_to_languages ": {"af": "afrikaans", "ak": "twi", "am": "amharic", "ar": "arabic", "as": "assamese", "ay": "aymara", "az": "azerbaijani", "be": "belarusian", "bg": "bulgarian", "bho": "bhojpuri", "bm": "bambara", "bn": "bengali", "bs": "bosnian", "ca": "catalan", "ceb": "cebuano", "ckb": "kurdish (sorani)", "co... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"codes_to_languages ": {"type": "object", "properties": {"af": {"type": "string"}, "ak": {"type": "string"}, "am": {"type": "string"}, "ar": {"type": "string"}, "as": {"type": "string"}, "ay": {"type": "string"}, "az": {"type": "string"}, "... |
0ade90c7-46de-4271-8f74-53cd78933334/a087696d-951c-414d-a029-2f63a9e50702/0/0 | Text Translator | A powerful and versatile translation API that enables seamless translation of text and JSON data into over 130 languages. Whether you need to localize content, communicate with a global audience, or automate language translation within your applications, we provide a simple and efficient solution. | 6.1 | Translate JSON Object | Translates any JSON object given the keys to translate. | 200 | Success | {"info": {"source": {"language_code": "en", "language_name": "english"}, "target": {"language_code": "de", "language_name": "german"}}, "success": true, "translated_json_object": {"key1": "Hallo Welt", "key2": "Der schnelle braune Fuchs springt \u00fcber den faulen Hund"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"source": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string"}}, "required": ["language_code", "language_name"]}, "target": {"type": "object", "p... |
0ade90c7-46de-4271-8f74-53cd78933334/c35f5f68-d84f-4347-b902-317566d9dc58/0/0 | Text Translator | A powerful and versatile translation API that enables seamless translation of text and JSON data into over 130 languages. Whether you need to localize content, communicate with a global audience, or automate language translation within your applications, we provide a simple and efficient solution. | 6.1 | Translate Text | Given a list of text, it returns a translated version of the text list given. | 200 | Success | {"info": {"max_text_length": 25000, "original_text_length": 11, "source": {"language_code": "en", "language_name": "english"}, "target": {"language_code": "de", "language_name": "german"}}, "success": true, "translated_text": "Hallo Welt"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "object", "properties": {"max_text_length": {"type": "integer"}, "original_text_length": {"type": "integer"}, "source": {"type": "object", "properties": {"language_code": {"type": "string"}, "language_name": {"type": "string... |
70e38ea8-96b6-435c-8cc5-f315cffd7e19/733b9e85-295e-468f-b264-1f79fb2dd31e/0/0 | Efficient translate | Efficient translate API with good prices | null | translate | Returns translation for passed query | 200 | Response | {"from": "en", "to": "de", "value": "Pfirsich"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "value": {"type": "string"}}, "required": ["from", "to", "value"]} |
70e38ea8-96b6-435c-8cc5-f315cffd7e19/5c49a2bb-cb6b-4278-bb96-2af24a111be6/0/0 | Efficient translate | Efficient translate API with good prices | null | languages | Returns the list of supported languages | 200 | Response | ["af", "sq", "am", "ar", "hy", "az", "eu", "be", "bn", "bs", "bg", "ca", "ceb", "zh-CN", "zh", "zh-TW", "co", "hr", "cs", "da", "nl", "en", "eo", "et", "fi", "fr", "fy", "gl", "ka", "de", "el", "gu", "ht", "ha", "haw", "he", "iw", "hi", "hmn", "hu", "is", "ig", "id", "ga", "it", "ja", "jv", "kn", "kk", "km", "rw", "ko"... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
3d9997d6-07fb-42c6-850f-f18829749cf9/f45ecd98-7778-4fc6-b0e0-71b28dac845d/0/0 | Translate | Translates text into one or more languages. | 9.8 | Translate | Translates text into one or more languages.
from : language code || auto (Detect language automatically)
to : target language code | 200 | Response | {"ok": true, "text": "Hello World!", "from": "auto", "to": "ar", "response": "\u0645\u0631\u062d\u0628\u0627 \u0628\u0627\u0644\u0639\u0627\u0644\u0645!"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ok": {"type": "boolean"}, "text": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "response": {"type": "string"}}, "required": ["from", "ok", "response", "text", "to"]} |
03f41120-c406-4667-812d-6547ebcefffa/85118d82-b8e5-40a7-9a61-4dac077251d5/0/0 | G Translate | Translate API using the best translation engine. | 9.2 | Get Supported Languages | Get Supported Languages | 200 | Response | {"code": 200, "data": {"auto": "Detect Language", "af": "Afrikaans", "sq": "Albanian", "am": "Amharic", "ar": "Arabic", "hy": "Armenian", "az": "Azerbaijani", "eu": "Basque", "be": "Belarusian", "bn": "Bengali", "bs": "Bosnian", "bg": "Bulgarian", "ca": "Catalan", "ceb": "Cebuano", "ny": "Chichewa", "zh-CN": "Chinese (... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"auto": {"type": "string"}, "af": {"type": "string"}, "sq": {"type": "string"}, "am": {"type": "string"}, "ar": {"type": "string"}, "hy": {"type": "string"}, "az": {"type... |
03f41120-c406-4667-812d-6547ebcefffa/11fb09d5-77da-41ad-9500-142f01b68f5e/0/0 | G Translate | Translate API using the best translation engine. | 9.2 | Translate Text with POST | Translate Text with POST method | 200 | Response | {"code": 200, "data": {"translation": "\u041c\u0435\u0442\u043e\u0434 POST \u0438\u043c\u0435\u0435\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432 \u043f\u0435\u0440\u0435\u0434 GET: \u043e\u043d \u0431\u043e\u043b\u0435\u0435 \u0431\u0435... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"translation": {"type": "string"}, "pronunciation": {"type": "string"}, "pairs": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "string"}, "t"... |
03f41120-c406-4667-812d-6547ebcefffa/f0992899-041a-4b34-8d44-f7cfbbc44f9e/0/0 | G Translate | Translate API using the best translation engine. | 9.2 | Translate Text | Translate Text | 200 | Response | {"code": 200, "data": {"translation": "\u041e\u0434\u043d\u0430 \u0438\u0437 \u0438\u0434\u0435\u0439 \u043c\u043e\u0434\u0435\u043b\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0430\u043c\u044f\u044... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"translation": {"type": "string"}, "pronunciation": {"type": "string"}, "pairs": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "string"}, "t"... |
8c66cff5-a689-419c-a1d8-11975ffc601e/ee5e4477-5a6d-4946-8481-b1527e6ded43/0/0 | Rivet SMS | Rivet SMS API offers programmable SMS APIs, so you can get maximum value from your messages. Use our APIs to send single, bulk messages , schedule broadcasts, configure/ triggers messages and much more. | 7.9 | Get Message List | Get the SMS sent list based on the range, from date and end date. Range can be like 1 to 100, 100 to 200. | 200 | Response | {"ErrorCode": 0, "ErrorDescription": "Success", "Data": [{"MobileNumber": "971582694090", "SenderId": "VKcom", "Message": "test message test message test message test message test message test message test message test messagetest message test message test message test messag", "SubmitDate": "07 Jul 2022 10:09:43", "Do... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ErrorCode": {"type": "integer"}, "ErrorDescription": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"MobileNumber": {"type": "string"}, "SenderId": {"type": "string"}, "Message": {"type": "string"},... |
8c66cff5-a689-419c-a1d8-11975ffc601e/aa534f58-ec1f-4480-9994-5504a9e61715/0/0 | Rivet SMS | Rivet SMS API offers programmable SMS APIs, so you can get maximum value from your messages. Use our APIs to send single, bulk messages , schedule broadcasts, configure/ triggers messages and much more. | 7.9 | Sent Message Status | Get the sent message status of the message using the message id. | 200 | Response | {"ErrorCode": 0, "ErrorDescription": "Success", "Data": {"MobileNumber": "971582694090", "SenderId": "Beeah", "Message": "helllllllllllllllo", "SubmitDate": "05 Jul 2022 14:27:08", "DoneDate": "05 Jul 2022 14:21:00", "MessageId": "1968fe91-007d-4942-ad8b-627a9e4804b3", "Status": "DELIVRD", "ErrorCode": "000"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ErrorCode": {"type": "integer"}, "ErrorDescription": {"type": "string"}, "Data": {"type": "object", "properties": {"MobileNumber": {"type": "string"}, "SenderId": {"type": "string"}, "Message": {"type": "string"}, "SubmitDate": {"type": "st... |
8c66cff5-a689-419c-a1d8-11975ffc601e/7e357d5f-29e0-407a-ba01-0244bcd9d9ce/0/0 | Rivet SMS | Rivet SMS API offers programmable SMS APIs, so you can get maximum value from your messages. Use our APIs to send single, bulk messages , schedule broadcasts, configure/ triggers messages and much more. | 7.9 | Get Sender ID | Get the list of all Sender ID that are registered for your account to send SMS. | 200 | Response | {"ErrorCode": 0, "ErrorDescription": "Success", "Data": [{"Id": 2, "SenderId": "xplate", "CompanyId": 4, "IsActive": true, "IsApproved": 1, "ApprovalDate": "May 28, 2022", "Purpose": "testing", "CreatedDate": "May 28, 2022", "SenderIdType": 0, "IsDefault": false}, {"Id": 4, "SenderId": "Rivet SMS", "CompanyId": 4, "IsA... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ErrorCode": {"type": "integer"}, "ErrorDescription": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "integer"}, "SenderId": {"type": "string"}, "CompanyId": {"type": "integer"}, "IsAc... |
8c66cff5-a689-419c-a1d8-11975ffc601e/2a2c8270-68c3-4761-9d42-088655ed80b8/0/0 | Rivet SMS | Rivet SMS API offers programmable SMS APIs, so you can get maximum value from your messages. Use our APIs to send single, bulk messages , schedule broadcasts, configure/ triggers messages and much more. | 7.9 | Get Credit check | Get the credit balance in your account. | 200 | Response | {"ErrorCode": 0, "ErrorDescription": "Success", "Data": [{"PluginType": "SMS", "Credits": "AED17.862000"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ErrorCode": {"type": "integer"}, "ErrorDescription": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"PluginType": {"type": "string"}, "Credits": {"type": "string"}}, "required": ["Credits", "PluginT... |
8c66cff5-a689-419c-a1d8-11975ffc601e/2edd449d-bde7-469e-8d0e-ff1fd605f7e5/0/0 | Rivet SMS | Rivet SMS API offers programmable SMS APIs, so you can get maximum value from your messages. Use our APIs to send single, bulk messages , schedule broadcasts, configure/ triggers messages and much more. | 7.9 | Bulk SMS | JSON BODY:
{
"SenderId": "string",
"Is_Unicode": true,
"Is_Flash": true,
"SchedTime": "string",
"MessageParameters": [
{
"Number": "string",
"Text": "string"
},
{
"Number": "string",
"Text": "string"
}
],
"ApiKey": "string",
"ClientId": "string"
} | 200 | Response | {"ErrorCode": 0, "ErrorDescription": null, "Data": [{"MessageErrorCode": 0, "MessageErrorDescription": "Success", "MobileNumber": "971586906758", "MessageId": "65b646e7-bc78-47d8-9e36-0f31fdc4c95b", "Custom": null}, {"MessageErrorCode": 0, "MessageErrorDescription": "Success", "MobileNumber": "971582694090", "MessageId... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ErrorCode": {"type": "integer"}, "ErrorDescription": {"type": "null"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"MessageErrorCode": {"type": "integer"}, "MessageErrorDescription": {"type": "string"}, "MobileNumbe... |
457d44aa-e8de-4140-bf4c-ee83e616f8e4/96bb4a18-1282-42d8-9796-596f068b4c80/0/0 | sms-exchange | Send your SMS now !
Available only for France, but soon other countries on our destination list.
Take a look ! | 6.3 | send-sms | simply send you sms in france with our API ! | 201 | SMS Sent | {"success": true, "message": "SMS sent successfully"} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}}} |
badfa7fa-e0e2-441b-9629-43307e2b38fc/a0641913-0ecb-4c60-99fd-8e76bc603f4c/0/0 | Format Phone Number | By passing in phone number and country, our API returns a properly formatted number for sending through various SMS services. | null | Format | With this endpoint, you can either pass a telephone number and 2 character country code, or just pass a telephone number, and the app will use the country code used during signup. | 201 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
fb951664-f68f-4f9a-b024-241be5f4c42f/3742c101-01a5-4b5e-bcbc-b6f2a693dcdb/0/0 | MobileCheck MNP Lookup | MobileCheck MNP Lookup | null | MNP Lookup | MNP Lookup | 200 | Response | {"country_code": "GB", "carrier_name": "Telefonica UK", "mcc": "234", "mnc": "10", "npdi": true, "is_ported": false, "number_type": "wireless", "tel": "447595308555", "response_code": "000"} | {"type": "object", "properties": {"cc": {"type": "string"}, "cn": {"type": "string"}, "mcc": {"type": "string"}, "mnc": {"type": "string"}, "npdi": {"type": "boolean"}, "npi": {"type": "boolean"}, "nt": {"type": "string"}, "tn": {"type": "string"}, "rc": {"type": "string"}}} |
fb951664-f68f-4f9a-b024-241be5f4c42f/3742c101-01a5-4b5e-bcbc-b6f2a693dcdb/0/1 | MobileCheck MNP Lookup | MobileCheck MNP Lookup | null | MNP Lookup | MNP Lookup | 200 | UK Mobile | {"country_code": "GB", "carrier_name": "Telefonica UK", "mcc": "234", "mnc": "10", "npdi": true, "is_ported": false, "number_type": "wireless", "tel": "447595308555", "response_code": "000"} | {"type": "object", "properties": {"cc": {"type": "string"}, "cn": {"type": "string"}, "mcc": {"type": "string"}, "mnc": {"type": "string"}, "npdi": {"type": "boolean"}, "npi": {"type": "boolean"}, "nt": {"type": "string"}, "tn": {"type": "string"}, "rc": {"type": "string"}}} |
fb951664-f68f-4f9a-b024-241be5f4c42f/3742c101-01a5-4b5e-bcbc-b6f2a693dcdb/0/2 | MobileCheck MNP Lookup | MobileCheck MNP Lookup | null | MNP Lookup | MNP Lookup | 200 | US Mobile | {"country_code": "US", "carrier_name": "CELLCO PARTNERSHIP DBA VERIZON WIRELESS - FL", "mcc": "310", "mnc": "012", "npdi": true, "is_ported": true, "number_type": "wireless", "tel": "17272445020", "response_code": "000", "cic": "6502", "lrn": "+18134049547"} | {"type": "object", "properties": {"cc": {"type": "string"}, "cn": {"type": "string"}, "mcc": {"type": "string"}, "mnc": {"type": "string"}, "npdi": {"type": "boolean"}, "npi": {"type": "boolean"}, "nt": {"type": "string"}, "tn": {"type": "string"}, "rc": {"type": "string"}}} |
fb951664-f68f-4f9a-b024-241be5f4c42f/3742c101-01a5-4b5e-bcbc-b6f2a693dcdb/0/3 | MobileCheck MNP Lookup | MobileCheck MNP Lookup | null | MNP Lookup | MNP Lookup | 200 | UK Mobile Ported | {"country_code": "GB", "carrier_name": "Telefonica UK", "mcc": "234", "mnc": "10", "npdi": true, "is_ported": true, "number_type": "wireless", "tel": "447595308555", "response_code": "000"} | {"type": "object", "properties": {"cc": {"type": "string"}, "cn": {"type": "string"}, "mcc": {"type": "string"}, "mnc": {"type": "string"}, "npdi": {"type": "boolean"}, "npi": {"type": "boolean"}, "nt": {"type": "string"}, "tn": {"type": "string"}, "rc": {"type": "string"}}} |
e1f11625-3dab-4aa1-845d-cf7cccbff714/155f7caf-83d0-434e-ba04-7a2bf0fdd1e5/0/0 | Wipple SMS Verify OTP | SMS verify Wipple SMS Verify OTP API for validation of Phone numbers. | 8.8 | Send verification code | Send verification code to specified Phone Number via SMS | 200 | New Example | {"message": "done", "request_status": "succeed"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "request_status": {"type": "string"}}, "required": ["message", "request_status"]} |
e1f11625-3dab-4aa1-845d-cf7cccbff714/155f7caf-83d0-434e-ba04-7a2bf0fdd1e5/1/0 | Wipple SMS Verify OTP | SMS verify Wipple SMS Verify OTP API for validation of Phone numbers. | 8.8 | Send verification code | Send verification code to specified Phone Number via SMS | 201 | New Example | {"message": "failed", "request_status": "error"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "request_status": {"type": "string"}}, "required": ["message", "request_status"]} |
e1f11625-3dab-4aa1-845d-cf7cccbff714/6e8e922e-7620-44bb-babc-33d621c4d531/0/0 | Wipple SMS Verify OTP | SMS verify Wipple SMS Verify OTP API for validation of Phone numbers. | 8.8 | Check verification code | Check verification code we sent | 201 | New Example | {"is_valid": false, "message": "verification failed", "request_status": "succeed"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"is_valid": {"type": "boolean"}, "message": {"type": "string"}, "request_status": {"type": "string"}}, "required": ["is_valid", "message", "request_status"]} |
e1f11625-3dab-4aa1-845d-cf7cccbff714/6e8e922e-7620-44bb-babc-33d621c4d531/1/0 | Wipple SMS Verify OTP | SMS verify Wipple SMS Verify OTP API for validation of Phone numbers. | 8.8 | Check verification code | Check verification code we sent | 400 | New Example | {"message": "invalid request", "request_status": "error"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "request_status": {"type": "string"}}, "required": ["message", "request_status"]} |
e1f11625-3dab-4aa1-845d-cf7cccbff714/6e8e922e-7620-44bb-babc-33d621c4d531/2/0 | Wipple SMS Verify OTP | SMS verify Wipple SMS Verify OTP API for validation of Phone numbers. | 8.8 | Check verification code | Check verification code we sent | 200 | New Example | {"is_valid": true, "message": "verification was successful", "request_status": "succeed"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"is_valid": {"type": "boolean"}, "message": {"type": "string"}, "request_status": {"type": "string"}}, "required": ["is_valid", "message", "request_status"]} |
a1175dd0-c891-4d31-9398-6949b6f0d848/a418572c-e06b-4a2a-a481-45e891b733bd/0/0 | Eid Program | Salatin Committee | null | getEidProgram | Get Eid Program | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
577f688c-0d3b-40ca-b3e8-488828b55e47/80882783-c666-4a34-83ac-661188b0fac1/0/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Verify OTP | At this endpoint, you can verify the OTP the customer enters in your application. | 200 | Success Response | {"status": "APPROVED"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]} |
577f688c-0d3b-40ca-b3e8-488828b55e47/80882783-c666-4a34-83ac-661188b0fac1/1/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Verify OTP | At this endpoint, you can verify the OTP the customer enters in your application. | 422 | Validation Error | {"detail": [{"loc": ["string", 0], "msg": "string", "type": "string"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": ["integer", "string"]}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "requir... |
577f688c-0d3b-40ca-b3e8-488828b55e47/80882783-c666-4a34-83ac-661188b0fac1/2/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Verify OTP | At this endpoint, you can verify the OTP the customer enters in your application. | 400 | Invalid OTP | {"detail": {"code": "INVALID_OTP_CODE", "message": "Invalid OTP code or OTP code expired"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]} |
577f688c-0d3b-40ca-b3e8-488828b55e47/6a18a9e2-b676-4b0d-a6a0-4ca79f99f7d8/0/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Get OTP Status | Get the status of OTP generated or verified | 422 | Validation Error | {"detail": [{"loc": ["string", 0], "msg": "string", "type": "string"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": ["integer", "string"]}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "requir... |
577f688c-0d3b-40ca-b3e8-488828b55e47/6a18a9e2-b676-4b0d-a6a0-4ca79f99f7d8/1/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Get OTP Status | Get the status of OTP generated or verified | 200 | Success Response | {"status": "OPEN"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]} |
577f688c-0d3b-40ca-b3e8-488828b55e47/6a18a9e2-b676-4b0d-a6a0-4ca79f99f7d8/2/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Get OTP Status | Get the status of OTP generated or verified | 404 | Not Found | {"detail": {"code": "MESSAGE_LOG_NOT_EXISTS", "message": "Given message otp id not exists in the system. Please Try Again!"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]} |
577f688c-0d3b-40ca-b3e8-488828b55e47/ee9459c7-d02f-4043-9202-5084357e141e/0/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Resend OTP | If the OTP is not received by the customer, you can use the Resend OTP endpoint to generate a new one. Before requesting a resend, there must be a minimum 60-second delay, which can be adjusted in profile. | 400 | Frequent resend request | {"detail": "Frequent resend request, resend request need minimum 60 seconds delay"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "string"}}, "required": ["detail"]} |
577f688c-0d3b-40ca-b3e8-488828b55e47/ee9459c7-d02f-4043-9202-5084357e141e/1/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Resend OTP | If the OTP is not received by the customer, you can use the Resend OTP endpoint to generate a new one. Before requesting a resend, there must be a minimum 60-second delay, which can be adjusted in profile. | 422 | Validation Error | {"detail": [{"loc": ["string", 0], "msg": "string", "type": "string"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": ["integer", "string"]}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "requir... |
577f688c-0d3b-40ca-b3e8-488828b55e47/ee9459c7-d02f-4043-9202-5084357e141e/2/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Resend OTP | If the OTP is not received by the customer, you can use the Resend OTP endpoint to generate a new one. Before requesting a resend, there must be a minimum 60-second delay, which can be adjusted in profile. | 200 | Success Response | {"otp_id": "8d963dbf-d655-4fe6-9157-48885a036050", "status": "OPEN", "expiry": 600, "resend_count": 1} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"otp_id": {"type": "string"}, "status": {"type": "string"}, "expiry": {"type": "integer"}, "resend_count": {"type": "integer"}}, "required": ["expiry", "otp_id", "resend_count", "status"]} |
577f688c-0d3b-40ca-b3e8-488828b55e47/564201a1-a2b0-442a-bd5c-0e09d01da1b0/0/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Generate OTP | Send an OTP to a mobile number for verification. Once the customer receives it and enters it in your app, then you can call the Verify OTP endpoint to verify it | 422 | Validation Error | {"detail": [{"loc": ["string", 0], "msg": "string", "type": "string"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": ["integer", "string"]}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "requir... |
577f688c-0d3b-40ca-b3e8-488828b55e47/564201a1-a2b0-442a-bd5c-0e09d01da1b0/1/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Generate OTP | Send an OTP to a mobile number for verification. Once the customer receives it and enters it in your app, then you can call the Verify OTP endpoint to verify it | 401 | Unauthorized | {"detail": {"code": "ACCESS_TOKEN_SIGNATURE_VERIFICATION_FAILED", "message": "Access token signature verification failed"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]} |
577f688c-0d3b-40ca-b3e8-488828b55e47/564201a1-a2b0-442a-bd5c-0e09d01da1b0/2/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Generate OTP | Send an OTP to a mobile number for verification. Once the customer receives it and enters it in your app, then you can call the Verify OTP endpoint to verify it | 200 | Success Response | {"otp_id": "dfd31c0e-2cd2-494e-88d2-6cac05263a7f", "status": "OPEN", "expiry": 600} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"otp_id": {"type": "string"}, "status": {"type": "string"}, "expiry": {"type": "integer"}}, "required": ["expiry", "otp_id", "status"]} |
577f688c-0d3b-40ca-b3e8-488828b55e47/10a32aa3-d8f5-4c43-b20c-b5cd9e5f7945/0/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Check Balance | Get information about current balance on your D7API account | 200 | Success Response | {"balance": 99.9999999} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"balance": {"type": "number"}}, "required": ["balance"]} |
577f688c-0d3b-40ca-b3e8-488828b55e47/10a32aa3-d8f5-4c43-b20c-b5cd9e5f7945/1/0 | D7 Verify | Elevate your verification (OTP) process to new heights with D7 Verifier API - the ultimate solution for 2FA! | 9.4 | Check Balance | Get information about current balance on your D7API account | 401 | Unauthorized | {"detail": {"code": "ACCESS_TOKEN_SIGNATURE_VERIFICATION_FAILED", "message": "Access token signature verification failed"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]} |
2583a9fb-6028-44b5-8430-701f28f34237/a0e90175-3d4c-4e18-ac08-bfbea6779073/0/0 | Phone verification | Validate any phone number across the USA, in bulk or single. Use free and forever. | 0.3 | Verify Single Number | Get the details of phone number supplied in the query param. Do not forget to pass Authorization header with your access_token.
Hint - access_token are returned as part of login api call. | 401 | example-1 | {"error": "invalid_token", "error_description": "Cannot convert access token to JSON"} | {"description": "", "properties": {"error": {"minLength": 1, "type": "string"}, "error_description": {"minLength": 1, "type": "string"}}, "required": ["error", "error_description"], "type": "object"} |
2583a9fb-6028-44b5-8430-701f28f34237/a0e90175-3d4c-4e18-ac08-bfbea6779073/2/0 | Phone verification | Validate any phone number across the USA, in bulk or single. Use free and forever. | 0.3 | Verify Single Number | Get the details of phone number supplied in the query param. Do not forget to pass Authorization header with your access_token.
Hint - access_token are returned as part of login api call. | 200 | example-1 | {"data": [{"area": "NWYRCYZN08", "areaCode": 718, "city": "Forest Hills", "company": "NEW CINGULAR WIRELESS PCS, LLC", "country": "US\r", "county": "Queens", "exchange": 730, "internationalFormat": "+1 718-730-0242", "isValid": true, "nationalFormat": "(718) 730-0242", "numberType": "FIXED_LINE_OR_MOBILE", "ocn": "4036... | {"description": "", "properties": {"data": {"items": {"properties": {"area": {"minLength": 1, "type": "string"}, "areaCode": {"type": "number"}, "city": {"minLength": 1, "type": "string"}, "company": {"minLength": 1, "type": "string"}, "country": {"minLength": 1, "type": "string"}, "county": {"minLength": 1, "type": "s... |
2583a9fb-6028-44b5-8430-701f28f34237/81b9bd3b-c213-44b0-be2a-78ad00fd02ad/0/0 | Phone verification | Validate any phone number across the USA, in bulk or single. Use free and forever. | 0.3 | Upload File with Phone Numbers For Verification | Upload file with phone numbers for bulk verification.
There are 3 steps in bulk verification
Upload file with phone numbers
Check processing status of file
Download results when completed
| 401 | example-1 | {"error": "invalid_token", "error_description": "Cannot convert access token to JSON"} | {"description": "", "properties": {"error": {"minLength": 1, "type": "string"}, "error_description": {"minLength": 1, "type": "string"}}, "required": ["error", "error_description"], "type": "object"} |
2583a9fb-6028-44b5-8430-701f28f34237/81b9bd3b-c213-44b0-be2a-78ad00fd02ad/1/0 | Phone verification | Validate any phone number across the USA, in bulk or single. Use free and forever. | 0.3 | Upload File with Phone Numbers For Verification | Upload file with phone numbers for bulk verification.
There are 3 steps in bulk verification
Upload file with phone numbers
Check processing status of file
Download results when completed
| 200 | example-1 | {"data": {"fileDownloadUri": "https://localhost:8080/downloadFile/oq7Mm9lZuWEnFv4.xlsx", "fileName": "oq7Mm9lZuWEnFv4.xlsx", "fileType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "originalFileName": "number1.xlsx", "size": 8744}, "message": null, "requestChecksum": null, "status": "SUCCESS", ... | {"description": "", "properties": {"data": {"properties": {"fileDownloadUri": {"minLength": 1, "type": "string"}, "fileName": {"minLength": 1, "type": "string"}, "fileType": {"minLength": 1, "type": "string"}, "originalFileName": {"minLength": 1, "type": "string"}, "size": {"type": "number"}}, "required": ["fileName", ... |
2583a9fb-6028-44b5-8430-701f28f34237/e78e1995-265c-4a10-b480-47124eb8ae04/0/0 | Phone verification | Validate any phone number across the USA, in bulk or single. Use free and forever. | 0.3 | Signup to Accuratecheckr | Signup to create a user account in Accuratecheckr | 200 | example-1 | {"createdBy": 0, "createdDate": "string", "dob": "1988-09-27", "email": "tommorris@gmail.com", "firstName": "Tom", "id": 1, "lastName": "morris", "password": "sasdkAS%*86lnsdh^&6", "sex": "Male", "updatedBy": 0, "updatedDate": "string"} | {"description": "", "properties": {"createdBy": {"type": "number"}, "createdDate": {"minLength": 1, "type": "string"}, "dob": {"minLength": 1, "type": "string"}, "email": {"minLength": 1, "type": "string"}, "firstName": {"minLength": 1, "type": "string"}, "id": {"description": "Unique id of user", "type": "number"}, "l... |
2583a9fb-6028-44b5-8430-701f28f34237/e78e1995-265c-4a10-b480-47124eb8ae04/2/0 | Phone verification | Validate any phone number across the USA, in bulk or single. Use free and forever. | 0.3 | Signup to Accuratecheckr | Signup to create a user account in Accuratecheckr | 409 | example-1 | {"error": "Conflict", "message": "User already registerd with email id test30@gmail.com", "path": "/api/v1/signup", "status": 409, "timestamp": "2020-12-02T04:36:41.200+00:00"} | {"description": "", "properties": {"error": {"minLength": 1, "type": "string"}, "message": {"minLength": 1, "type": "string"}, "path": {"minLength": 1, "type": "string"}, "status": {"type": "number"}, "timestamp": {"minLength": 1, "type": "string"}}, "required": ["timestamp", "status", "error", "message", "path"], "typ... |
2583a9fb-6028-44b5-8430-701f28f34237/b132e7f8-90d3-465b-95ed-879c2c4a01c8/0/0 | Phone verification | Validate any phone number across the USA, in bulk or single. Use free and forever. | 0.3 | Login to Accuratecheckr | Get access token from accuratecheckr.com for registered user and use this token in all future request.
Successful execution of this methos returns bearer "access_token", which will be used in every API call in future. | 400 | example-1 | {"error": "invalid_grant", "error_description": "Bad credentials"} | {"description": "", "properties": {"error": {"minLength": 1, "type": "string"}, "error_description": {"minLength": 1, "type": "string"}}, "required": ["error", "error_description"], "type": "object"} |
2583a9fb-6028-44b5-8430-701f28f34237/b132e7f8-90d3-465b-95ed-879c2c4a01c8/0/1 | Phone verification | Validate any phone number across the USA, in bulk or single. Use free and forever. | 0.3 | Login to Accuratecheckr | Get access token from accuratecheckr.com for registered user and use this token in all future request.
Successful execution of this methos returns bearer "access_token", which will be used in every API call in future. | 400 | example-2 | {"error": "invalid_request", "error_description": "Missing grant type"} | {"description": "", "properties": {"error": {"minLength": 1, "type": "string"}, "error_description": {"minLength": 1, "type": "string"}}, "required": ["error", "error_description"], "type": "object"} |
2583a9fb-6028-44b5-8430-701f28f34237/b132e7f8-90d3-465b-95ed-879c2c4a01c8/1/0 | Phone verification | Validate any phone number across the USA, in bulk or single. Use free and forever. | 0.3 | Login to Accuratecheckr | Get access token from accuratecheckr.com for registered user and use this token in all future request.
Successful execution of this methos returns bearer "access_token", which will be used in every API call in future. | 401 | example-1 | {"apierror": {"debugMessage": "Full authentication is required to access this resource", "message": "Full authentication is required to access this resource", "status": "UNAUTHORIZED", "subErrors": null, "timestamp": "02-12-2020 01:49:02"}} | {"description": "", "properties": {"apierror": {"properties": {"debugMessage": {"minLength": 1, "type": "string"}, "message": {"minLength": 1, "type": "string"}, "status": {"minLength": 1, "type": "string"}, "subErrors": {}, "timestamp": {"minLength": 1, "type": "string"}}, "required": ["status", "timestamp", "message"... |
2583a9fb-6028-44b5-8430-701f28f34237/b132e7f8-90d3-465b-95ed-879c2c4a01c8/2/0 | Phone verification | Validate any phone number across the USA, in bulk or single. Use free and forever. | 0.3 | Login to Accuratecheckr | Get access token from accuratecheckr.com for registered user and use this token in all future request.
Successful execution of this methos returns bearer "access_token", which will be used in every API call in future. | 200 | example-1 | {"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsiYXBpIl0sInVzZXJfbmFtZSI6InRlc3QyOUBnbWFpbC5jb20iLCJzY29wZSI6WyJyZWFkIiwid3JpdGUiXSwiZXhwIjoxNjA2OTM0MTkwLCJhdXRob3JpdGllcyI6WyJVU0VSIl0sImp0aSI6IjY5Yzk0OGE4LTdkMWUtNGI2OS04ODA3LWRmNzI3NzMxNTVhOCIsImNsaWVudF9pZCI6IkFjY3VyYXRlQ2hlY2tySWQifQ.diYddX9Sly5zYw... | {"description": "", "properties": {"access_token": {"minLength": 1, "type": "string"}, "expires_in": {"type": "number"}, "jti": {"minLength": 1, "type": "string"}, "refresh_token": {"minLength": 1, "type": "string"}, "scope": {"minLength": 1, "type": "string"}, "token_type": {"minLength": 1, "type": "string"}}, "requir... |
2583a9fb-6028-44b5-8430-701f28f34237/e6f20ff9-3f4b-406a-8ea0-d89752700235/1/0 | Phone verification | Validate any phone number across the USA, in bulk or single. Use free and forever. | 0.3 | Get Processing Status of File | This endpoint gives you status of file uploaded for verification. | 200 | example-1 | {"data": {"createdDate": "2020-10-16T03:41:02.000+00:00", "estimatedCreditRequired": 3, "failedReason": null, "id": 55, "output_document_id": null, "processEndTime": "2020-10-16T03:41:07.000+00:00", "processStartTime": "2020-10-16T03:41:07.000+00:00", "status": "COMPLETE"}, "message": null, "requestChecksum": null, "st... | {"description": "", "properties": {"data": {"properties": {"createdDate": {"minLength": 1, "type": "string"}, "estimatedCreditRequired": {"description": "Shows credit spent in processing the file", "type": "number"}, "failedReason": {}, "id": {"type": "number"}, "output_document_id": {}, "processEndTime": {"minLength":... |
2583a9fb-6028-44b5-8430-701f28f34237/e6f20ff9-3f4b-406a-8ea0-d89752700235/2/0 | Phone verification | Validate any phone number across the USA, in bulk or single. Use free and forever. | 0.3 | Get Processing Status of File | This endpoint gives you status of file uploaded for verification. | 401 | example-1 | {"error": "invalid_token", "error_description": "Cannot convert access token to JSON"} | {"description": "", "properties": {"error": {"minLength": 1, "type": "string"}, "error_description": {"minLength": 1, "type": "string"}}, "required": ["error", "error_description"], "type": "object"} |
0c3b5904-847c-4719-8b30-f8b391784c8a/3714ca72-56c8-42ff-8509-37a31dee2fec/0/0 | Lowest Cost OTP Via SMS for Bangladesh | A simple way to verify Bangladesh user's phone number verification with the lowest cost. | null | Send OTP | Send OTP with a phone number only. | 200 | New Example | {"success": true, "response": "SMS added successfully added in queue.", "otp_code": 25025} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "response": {"type": "string"}, "otp_code": {"type": "integer"}}, "required": ["otp_code", "response", "success"]} |
bb15c5d3-d1e0-49a7-8dfb-5272357521f9/3f73d6b4-be40-4867-965e-d8253adfa4b8/0/0 | Simple 2FA SMS | Sends a 2FA SMS message | 6.1 | Send 2FA SMS | Send a 2FA SMS to a valid US/Canadian phone number.
The resulting message will be in this format: "MyApp: Your authorization code is 1234"
Codes can be provided by the user or automatically generated by the endpoint.
If being generated by the endpoint, the length can be defined as well. | 200 | Invalid Phone | {"error": "Phone Number is invalid or improperly formatted", "success": false} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["error", "success"]} |
bb15c5d3-d1e0-49a7-8dfb-5272357521f9/3f73d6b4-be40-4867-965e-d8253adfa4b8/0/1 | Simple 2FA SMS | Sends a 2FA SMS message | 6.1 | Send 2FA SMS | Send a 2FA SMS to a valid US/Canadian phone number.
The resulting message will be in this format: "MyApp: Your authorization code is 1234"
Codes can be provided by the user or automatically generated by the endpoint.
If being generated by the endpoint, the length can be defined as well. | 200 | Invalid appName | {"error": "Your appName is less than 4 characters", "success": false} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["error", "success"]} |
bb15c5d3-d1e0-49a7-8dfb-5272357521f9/3f73d6b4-be40-4867-965e-d8253adfa4b8/0/2 | Simple 2FA SMS | Sends a 2FA SMS message | 6.1 | Send 2FA SMS | Send a 2FA SMS to a valid US/Canadian phone number.
The resulting message will be in this format: "MyApp: Your authorization code is 1234"
Codes can be provided by the user or automatically generated by the endpoint.
If being generated by the endpoint, the length can be defined as well. | 200 | Success | {"code": "027006", "messageID": "f167737c-7804-4726-94bd-c57d63322e7e", "success": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "string"}, "messageID": {"type": "string"}, "success": {"type": "boolean"}}, "required": ["code", "messageID", "success"]} |
bb15c5d3-d1e0-49a7-8dfb-5272357521f9/3f73d6b4-be40-4867-965e-d8253adfa4b8/0/3 | Simple 2FA SMS | Sends a 2FA SMS message | 6.1 | Send 2FA SMS | Send a 2FA SMS to a valid US/Canadian phone number.
The resulting message will be in this format: "MyApp: Your authorization code is 1234"
Codes can be provided by the user or automatically generated by the endpoint.
If being generated by the endpoint, the length can be defined as well. | 200 | Invalid Area Code | {"success": false, "error": "Phone Number has an invalid area code"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": "string"}}, "required": ["error", "success"]} |
50bb9152-d55c-42f0-a367-54b8dc3cb051/8cf32b70-62af-4896-aa3d-d44802608c3e/0/0 | SMSjet | The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup. | 0.2 | Send 2FA Token | Easily send 2FA tokens to your users for sign in purposes. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
50bb9152-d55c-42f0-a367-54b8dc3cb051/8cf32b70-62af-4896-aa3d-d44802608c3e/1/0 | SMSjet | The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup. | 0.2 | Send 2FA Token | Easily send 2FA tokens to your users for sign in purposes. | 200 | Example_1 | {"phone_number": "", "sender_identity": "", "code": ""} | {"title": "TWOFA_SMS", "required": ["phone_number", "sender_identity", "code"], "type": "object", "properties": {"phone_number": {"title": "Phone Number", "type": "string"}, "sender_identity": {"title": "Sender Identity", "type": "string"}, "code": {"title": "Code", "type": "string"}}} |
50bb9152-d55c-42f0-a367-54b8dc3cb051/fb4d5b3d-5828-4943-a4cf-63dc2024c8cd/0/0 | SMSjet | The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup. | 0.2 | Validate Phone Number | Check the validity of a phone number's format. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
50bb9152-d55c-42f0-a367-54b8dc3cb051/7226998d-700c-4b72-8e52-9baae8f4de84/0/0 | SMSjet | The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup. | 0.2 | Check SMS Send Status | Check the send status of an SMS using its ID | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
50bb9152-d55c-42f0-a367-54b8dc3cb051/7226998d-700c-4b72-8e52-9baae8f4de84/1/0 | SMSjet | The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup. | 0.2 | Check SMS Send Status | Check the send status of an SMS using its ID | 200 | Example_1 | {"time": "", "message_id": 0, "status": "", "phone_number": "", "message": ""} | {"title": "SMS_Sent", "required": ["time", "message_id", "status", "phone_number", "message"], "type": "object", "properties": {"time": {"title": "Time", "type": "string"}, "message_id": {"title": "Message Id", "type": "integer"}, "status": {"title": "Status", "type": "string"}, "phone_number": {"title": "Phone Number"... |
50bb9152-d55c-42f0-a367-54b8dc3cb051/92a6ddc4-2344-44db-8e02-8d4baedf0978/0/0 | SMSjet | The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup. | 0.2 | Send SMS | Phone numbers must include the country code prefix, e.g. '+61412345678', or '+61 4123 45678'. The leading '+' can be omitted, but it will be added automatically. You can test your phone number validity with the /api/validate/ endpoint. | 201 | Example_1 | {"time": "", "message_id": 0, "status": "", "phone_number": "", "message": ""} | {"title": "SMS_Sent", "required": ["time", "message_id", "status", "phone_number", "message"], "type": "object", "properties": {"time": {"title": "Time", "type": "string"}, "message_id": {"title": "Message Id", "type": "integer"}, "status": {"title": "Status", "type": "string"}, "phone_number": {"title": "Phone Number"... |
50bb9152-d55c-42f0-a367-54b8dc3cb051/92a6ddc4-2344-44db-8e02-8d4baedf0978/1/0 | SMSjet | The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup. | 0.2 | Send SMS | Phone numbers must include the country code prefix, e.g. '+61412345678', or '+61 4123 45678'. The leading '+' can be omitted, but it will be added automatically. You can test your phone number validity with the /api/validate/ endpoint. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
50bb9152-d55c-42f0-a367-54b8dc3cb051/b45ea832-5439-4919-a579-24451c854348/0/0 | SMSjet | The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup. | 0.2 | Check Status of All Sent SMS | Check the send status of all SMS sent. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
50bb9152-d55c-42f0-a367-54b8dc3cb051/b45ea832-5439-4919-a579-24451c854348/1/0 | SMSjet | The Affordable SMS API, send 100 SMS for only $1. Receive 100 free credits on signup. | 0.2 | Check Status of All Sent SMS | Check the send status of all SMS sent. | 200 | Example_1 | {"count": 0, "sms_sent_successfully": 0, "sms_sent_pending": 0, "sms_sent": [{"time": "", "message_id": 0, "status": "", "phone_number": "", "message": ""}]} | {"title": "SMS_Sent_All", "required": ["count", "sms_sent_successfully", "sms_sent_pending", "sms_sent"], "type": "object", "properties": {"count": {"title": "Count", "type": "integer"}, "sms_sent_successfully": {"title": "Sms Sent Successfully", "type": "integer"}, "sms_sent_pending": {"title": "Sms Sent Pending", "ty... |
57397656-e7eb-46c5-b788-1a97c0913c5d/59f63adc-966c-4e14-811b-6a97101bdb58/0/0 | Virtual Number | Receive SMS for phone verification | 9.7 | Get All Countries | Get the list of currently available countries | 200 | New Example | [{"countryCode": "7", "countryName": "Russia"}, {"countryCode": "77", "countryName": "Kazakhstan"}, {"countryCode": "44", "countryName": "Britain"}, {"countryCode": "31", "countryName": "Netherlands"}, {"countryCode": "34", "countryName": "Spain"}, {"countryCode": "212", "countryName": "Morocco"}, {"countryCode": "358"... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"countryCode": {"type": "string"}, "countryName": {"type": "string"}}, "required": ["countryCode", "countryName"]}} |
57397656-e7eb-46c5-b788-1a97c0913c5d/ac4f97d6-4219-489a-956c-503e8b1cdb0b/0/0 | Virtual Number | Receive SMS for phone verification | 9.7 | View SMS history | View All received SMS for the given number and country id | 200 | New Example | [{"text": "Kod podtverzhdeniya marketpapa.ru - 4947 ", "serviceName": "MarketPapa", "myNumber": "9034083273", "createdAt": "48 seconds ago"}, {"text": "5509 - kod dlya vhoda v prilozhenie. Nikomu ne govorite kod. ", "serviceName": "moisrv.ru", "myNumber": "9034083273", "createdAt": "1 minute ago"}, {"text": "Vash kod d... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "serviceName": {"type": "string"}, "myNumber": {"type": "string"}, "createdAt": {"type": "string"}}, "required": ["createdAt", "myNumber", "serviceName", "text"]}} |
57397656-e7eb-46c5-b788-1a97c0913c5d/4bfc1ef6-84da-4804-9531-10efd9711097/0/0 | Virtual Number | Receive SMS for phone verification | 9.7 | Get Number By Country Id | Get currently available numbers list by given country id | 200 | New Example | ["9034083273", "9034134722", "9912527001", "9641129038", "9915584269", "9915583952"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
24ca5742-9dac-49d1-aa23-f26f471aaa57/296f85a2-d5c0-41c8-95c9-15ee478ccbf9/0/0 | Rapid SMS API | A simple SMS api for sending messages all over the world. Find out more at www.rapidapisms.com | 9.8 | Send SMS | An endpoint for sending a text message. | 400 | Response | {"ok": false, "message": "Invalid API key"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ok": {"type": "boolean"}, "message": {"type": "string"}}, "required": ["message", "ok"]} |
39b2b718-9188-4b8f-85bf-e80bb56e9520/8550e923-2ed2-46b5-ab57-3d6de3df8f22/0/0 | SpewHub | Unlimited Two Way Global SMS API | Send More Spend Less | Subscription-based | Highly Affordable as low as $5 | null | Sending Broadcast SMS (Broadcast API) | Send Unlimited SMS with a subscribed account. To use the Broadcast API, create a license key on https://spewhub.com/dashboard. The subscriptions include $5/hour, $15 /day and $300/month. | 200 | New Example | {"success": true, "message": "SMS Broadcast queued.", "status": "Processing"} | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "status": {"type": "string"}}} |
d78d4abb-c5eb-4492-ac2d-5a9dd2a06d9b/bb76cf02-0f6e-49f7-9fb8-83aa96e26d71/0/0 | SMSPortal | Bulk SMS for maximum reach and genuine customer engagement. | null | GroupMessages | Sends a message to contacts in the group | 200 | Example_1 | {"cost": 0, "remainingBalance": 0, "eventId": 0, "sample": "", "costBreakdown": [{"quantity": 0, "cost": 0, "network": ""}], "messages": 0, "parts": 0, "errorReport": {"noNetwork": 0, "noContents": 0, "contentToLong": 0, "duplicates": 0, "optedOuts": 0, "faults": [{"rawDestination": "", "scrubbedDestination": "", "cust... | {"description": "A response to a send request or a group send request", "required": ["cost", "remainingBalance", "eventId", "sample", "costBreakdown", "messages", "parts", "errorReport"], "type": "object", "properties": {"cost": {"format": "double", "description": "The total cost of the send excluding any VAT, GST or t... |
d78d4abb-c5eb-4492-ac2d-5a9dd2a06d9b/5c0c13f6-62f9-443d-b7a9-46ea24a516dd/0/0 | SMSPortal | Bulk SMS for maximum reach and genuine customer engagement. | null | BulkMessages | Send one or more messages | 200 | Example_1 | {"cost": 0, "remainingBalance": 0, "eventId": 0, "sample": "", "costBreakdown": [{"quantity": 0, "cost": 0, "network": ""}], "messages": 0, "parts": 0, "errorReport": {"noNetwork": 0, "noContents": 0, "contentToLong": 0, "duplicates": 0, "optedOuts": 0, "faults": [{"rawDestination": "", "scrubbedDestination": "", "cust... | {"description": "A response to a send request or a group send request", "required": ["cost", "remainingBalance", "eventId", "sample", "costBreakdown", "messages", "parts", "errorReport"], "type": "object", "properties": {"cost": {"format": "double", "description": "The total cost of the send excluding any VAT, GST or t... |
d78d4abb-c5eb-4492-ac2d-5a9dd2a06d9b/8526d55d-851d-4f32-b624-2ca5a8ae0aaa/0/0 | SMSPortal | Bulk SMS for maximum reach and genuine customer engagement. | null | Balance | Retrieve the balance for an account | 200 | Example_1 | {"balance": 0} | {"description": "A response to a balance request containing the balance of an account", "required": ["balance"], "type": "object", "properties": {"balance": {"format": "double", "description": "The number of credits the account has", "type": "number", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+... |
d78d4abb-c5eb-4492-ac2d-5a9dd2a06d9b/5063614c-be04-4039-8907-eb22db55da74/1/0 | SMSPortal | Bulk SMS for maximum reach and genuine customer engagement. | null | Authentication | Generate an authentication token based on the BASIC authorization header. | 200 | Example_1 | {"token": "", "schema": "", "expiresInMinutes": 0} | {"description": "Contains an authentication token which provides access to various API functions", "required": ["token", "schema", "expiresInMinutes"], "type": "object", "properties": {"token": {"description": "A string representation of the authentication token. Calls to API functions that require a token should use\r... |
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/e42dc633-8020-4ea0-b928-60b383547d92/0/0 | D7SMS | Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access | 9.5 | Get Viber Message Status | Retrieve the delivery status of Viber messages that were sent earlier. | 200 | Success Response | {"request_id": "703f44f6-3fc7-45c9-9e01-644c41973046", "channel": "sms", "messages": [], "request_stage": "processing"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request_id": {"type": "string"}, "channel": {"type": "string"}, "messages": {"type": "array"}, "request_stage": {"type": "string"}}, "required": ["channel", "messages", "request_id", "request_stage"]} |
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/e42dc633-8020-4ea0-b928-60b383547d92/1/0 | D7SMS | Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access | 9.5 | Get Viber Message Status | Retrieve the delivery status of Viber messages that were sent earlier. | 422 | Validation Error | {"detail": [{"loc": ["path", "req_id"], "msg": "value is not a valid uuid", "type": "type_error.uuid"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail... |
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/e42dc633-8020-4ea0-b928-60b383547d92/2/0 | D7SMS | Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access | 9.5 | Get Viber Message Status | Retrieve the delivery status of Viber messages that were sent earlier. | 404 | Not Found | {"detail": {"code": "MESSAGE_LOG_NOT_EXISTS", "message": "Given message request id not exists in the system. Please Try Again!"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]} |
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/920d4c9f-37f6-41d9-a093-d72496abec31/0/0 | D7SMS | Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access | 9.5 | Get Slack Message Status | Get Message Delivery Status of previously sent messages. | 422 | Validation Error | {"detail": [{"loc": ["path", "req_id"], "msg": "value is not a valid uuid", "type": "type_error.uuid"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail... |
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/920d4c9f-37f6-41d9-a093-d72496abec31/1/0 | D7SMS | Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access | 9.5 | Get Slack Message Status | Get Message Delivery Status of previously sent messages. | 404 | Not Found | {"detail": {"code": "MESSAGE_LOG_NOT_EXISTS", "message": "Given message request id not exists in the system. Please Try Again!"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]} |
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/920d4c9f-37f6-41d9-a093-d72496abec31/2/0 | D7SMS | Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access | 9.5 | Get Slack Message Status | Get Message Delivery Status of previously sent messages. | 200 | Success Response | {"request_id": "0025afef-bee6-403c-9289-105cc350bf5c", "channel": "slack", "messages": [{"msg_id": "1d287b04-4d4e-11ee-8273-0242ac140023", "channel": "slack", "work_space_name": "D7Nagios", "slack_channel_name": "d7slack", "status": "delivered", "schedule_time": null}], "request_stage": "processed"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request_id": {"type": "string"}, "channel": {"type": "string"}, "messages": {"type": "array", "items": {"type": "object", "properties": {"msg_id": {"type": "string"}, "channel": {"type": "string"}, "work_space_name": {"type": "string"}, "sl... |
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/dc9db1b2-8757-4827-938c-ee1dac467fdb/0/0 | D7SMS | Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access | 9.5 | Send Slack Message | Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API. The D7Messaging App should be added to your workspace before sending slack mess... | 402 | Validation Error | {"detail": [{"loc": ["string"], "msg": "string", "type": "string"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail... |
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/dc9db1b2-8757-4827-938c-ee1dac467fdb/1/0 | D7SMS | Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access | 9.5 | Send Slack Message | Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API. The D7Messaging App should be added to your workspace before sending slack mess... | 200 | Success Response | {"request_id": "0025afef-bee6-403c-9289-105cc350bf5c", "status": "accepted", "created_at": "2023-09-07T07:13:58.689065"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"request_id": {"type": "string"}, "status": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["created_at", "request_id", "status"]} |
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/dc9db1b2-8757-4827-938c-ee1dac467fdb/2/0 | D7SMS | Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access | 9.5 | Send Slack Message | Our Messaging API designed to fullfill most of your use cases and can be easily integrate to any of the system. We can send single message to both private and public channel in your workspace by adding the channel as slack in messaging API. The D7Messaging App should be added to your workspace before sending slack mess... | 401 | Unauthorized | {"detail": {"code": "ACCESS_TOKEN_SIGNATURE_VERIFICATION_FAILED", "message": "Access token signature verification failed"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]} |
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/eb071615-d7dc-4de3-9b46-8eced270d872/0/0 | D7SMS | Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access | 9.5 | Send Message | Send messages to destinations.
If the content contains unicode include "data_coding": "unicode" or "data_coding": "auto" | 401 | Unauthorized | {"detail": {"code": "ACCESS_TOKEN_SIGNATURE_VERIFICATION_FAILED", "message": "Access token signature verification failed"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "required": ["detail"]} |
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/eb071615-d7dc-4de3-9b46-8eced270d872/1/0 | D7SMS | Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access | 9.5 | Send Message | Send messages to destinations.
If the content contains unicode include "data_coding": "unicode" or "data_coding": "auto" | 422 | Validation Error | {"detail": [{"loc": ["string"], "msg": "string", "type": "string"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"detail": {"type": "array", "items": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "msg": {"type": "string"}, "type": {"type": "string"}}, "required": ["loc", "msg", "type"]}}}, "required": ["detail... |
4b1a2551-9995-4dbe-95f9-ecdc606a0b08/eb071615-d7dc-4de3-9b46-8eced270d872/2/0 | D7SMS | Unlock boundless connectivity with D7API Gateway, seamlessly connecting you to the world's vast messaging network through D7's exclusive network access | 9.5 | Send Message | Send messages to destinations.
If the content contains unicode include "data_coding": "unicode" or "data_coding": "auto" | 200 | Success Response | {"request_id": "d9835609-a4e0-10ea-a26a-eeafbe700fef", "status": "accepted", "created_at": "2001-08-05T12:52:38.393Z"} | {"type": "object", "properties": {"request_id": {"type": "string"}, "status": {"type": "string"}, "created_at": {"type": "string"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.