Skip to main content
GET
/
v1
/
action
/
{action_id}
Obtener accion por ID
curl --request GET \
  --url https://api.example.com/v1/action/{action_id} \
  --header 'x-api-key: <api-key>'
{
  "error": {
    "code": 123,
    "message": "<string>",
    "details": {}
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

action_id
string
required

Response

You don't have permissions to access this method

error
object