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": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://transfiya.me/llms.txt

Use this file to discover all available pages before exploring further.

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