For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ver Información Guia

Función para solicitar Información del servicio

Get Info Servicio

GET https://www.rapigo.co/api/v1/get_service_status

Query Parameters

Name
Type
Description

key

string

key del servicio

Headers

Name
Type
Description

Authentication

string

Token Basic Auth

{
    "status": "Buscando Mensajero",
    "courier": {
        "name" : "Name",
        "phone" : "phone",
        "lat": "",
        "lon": ""
    }
}
{
    "detail": "Not found."
}

Última actualización