MENU
    Make Service Request
    • 20 Jun 2024
    • 1 Minute to read
    • Dark

    Make Service Request

    • Dark

    Article summary

    Post
    /service/{oid}/{service_name}

    Send a request to a Service.

    Security
    HTTP
    Type bearer
    Path parameters
    oid
    stringRequired

    organization id

    service_name
    stringRequired

    Service name to send the request to

    Query parameters
    is_async
    string

    if set to 'true', this REST call will not wait for the Service to finish handling the request

    Body parameters
    object
    jwt
    string

    optional JWT token to use for authentication to the Service

    request_data
    string Required

    JSON data to send to the Service

    Responses
    200

    successful operation

    401

    Access token is missing or invalid

    Authentication
    Token
    *
    URL
    Base URL
    https://api.limacharlie.io/v1
    Parameters
    oid*
    service_name*
    is_async
    Body
    jwt
    request_data
    *
    Response
    Click Try It! to start a request and see the response here!
    Code Samples

    Was this article helpful?

    Authentication
    Token
    *
    URL
    Base URL
    https://api.limacharlie.io/v1
    Parameters
    oid*
    service_name*
    is_async
    Body
    jwt
    request_data
    *
    Response
    Click Try It! to start a request and see the response here!
    Code Samples