Make Service Request
- 20 Jun 2024
- 1 Minute to read
- Print
- Dark
Make Service Request
- Updated on 20 Jun 2024
- 1 Minute to read
- Print
- Dark
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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
Response
Click Try It! to start a request and see the response here!
Code Samples
x
curl --request POST \
--url https://api.limacharlie.io/v1/service/%7Boid%7D/%7Bservice_name%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'accept: ' \
--header 'content-type: application/x-www-form-urlencoded'
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
xxxxxxxxxx
curl --request POST \
--url https://api.limacharlie.io/v1/service/%7Boid%7D/%7Bservice_name%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'accept: ' \
--header 'content-type: application/x-www-form-urlencoded'