Skip to main content

Retrieve an action

GET 
/auth/actions/:id

Retrieves the details of an action.

Request

Path Parameters

    id stringrequired

    The id of the Action

Responses

200: Successful response

401: Authentication error

403: Authorization error

404: Resource not found

422: Invalid parameters supplied in request. See HTTP response body for details.

Loading...