Actions
Get Input Fields
Get the Input Fields for a particular Action, using the provided authentication and inputs. See here for more information.
This API is rate limited. See Rate Limiting for more details.
OAuth
This endpoint requires the zap:write
OAuth scope.
POST
/
v2
/
actions
/
{action_id}
/
inputs
Authorizations
Authorization
string
headerrequiredSee our OAuth2 authentication documentation
Path Parameters
action_id
string
requiredAn Action ID, as provided by the /actions
endpoint.
Body
Common inputs with inputs and an authentication id.
data
object
requiredThe common data object that includes inputs and an authentication id.
Response
200 - application/json
A successful response for getting the input fields for a particular Action.
links
object
requiredThe links object returned in paginated response bodies.
meta
object
requiredThe meta object returned in paginated response bodies.
data
object
required