Skip to main content
POST
Send location

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Body

application/json
number
string
required

Recipient MSISDN or JID.

Example:

"5511999999999"

name
string
required

Location name/title.

Example:

"Pilot Status HQ"

address
string
required

Street address label.

Example:

"Av. Paulista, 1000, Sao Paulo"

latitude
number
required

Latitude in decimal degrees.

Example:

-23.561414

longitude
number
required

Longitude in decimal degrees.

Example:

-46.655881

id
string

Client-supplied message id.

delay
integer

Milliseconds to wait before sending.

mentionedJid
string

JID(s) to mention.

mentionAll
boolean

Mention every participant (groups).

formatJid
boolean

Auto-format number into a JID (default true).

quoted
object

Reply-to reference: { "messageId", "participant" }.

Response

Success — provider-native response body.

Standard Evolution GO send envelope (gin.H). The passthrough layer returns this native body verbatim.

message
string

Fixed status label; always "success" on HTTP 200.

data
object

Location message send result. Serialized MessageSendStruct (no JSON tags → PascalCase keys Info/Message/MessageContextInfo).