- Print
- DarkLight
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
Was this article helpful?