External API calls
Get external API call
Fetch one external API call step by ID.
GET
Returns one external API call record with sensitive values masked. The wire-format object is still called
Data Step.
Headers
string
required
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.Path parameters
string
required
External API call step ID to fetch.
Response
Returns oneData Step.
Errors
403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while loading the Data Step, for example when the ID does not exist or is not a valid ID.

