RapidAPI

We present our third-party solution on RapidAPI.

What is RapidAPI?

RapidAPI allows you to manage multiple APIs (short for Application Programming Interfaces) centrally through a single management dashboard. A well-structured overview in the management area makes it easier to integrate a multitude of APIs into your workflow with just a few clicks. With each integrated API, the complexity of your application increases, until it can become very difficult to maintain. RapidAPI can help solve this problem quickly and effectively without requiring extensive programming knowledge.

Endpoint-independent Parameters

These parameters must be specified for all endpoints. A question mark indicates an optional parameter. The text in square brackets is the parameter description.

p: string [YOUR_API_KEY]

Implemented Endpoints

Account Balance

Returns the account balance for the specified API key.

Delivery Report

Returns the delivery report for a message ID.

msg_id: integer [Message ID]

Read Contacts

Returns all contacts for a specified API key.

Delete Contacts

Deletes the contact with the specified ID.

id: integer [Contact ID]

SMS Dispatch

Sends one or more SMS.

to: string [Empfänger]
text: string [Nachrichtentext]
performance_tracking?: boolean [Leistungsverfolgung]
delay?: string [Verzögerung]
return_msg_id?: boolean [Nachrichten-ID anhängen]
flash?: boolean [Flash-Nachricht]
label?: string [Nachrichtenlabel]
from?: string [Absenderkennung]
ttl?: integer [Time-To-Live]
no_reload?: boolean [Neuladesperre deaktivieren]
json?: boolean [Als JSON zurückgeben]
utf8?: boolean [UTF-8-Nachricht]
details?: boolean [Details anzeigen]
udh?: boolean [User Data Header]
unicode?: boolean [Unicode-Nachricht]

Number Format

Returns the formatted number for the specified number.

number: string [Phone Number]

HLR

Returns information from the Home Location Register for the specified number.

number: string [Phone Number]

CNAM

Returns caller identification information for the specified number.

number: string [Phone Number]

MNP

Returns mobile number portability information for the specified number.

number: string [Phone Number] json?: boolean [JSON]

Last updated: 5 days ago