Skip to main content
GET
/
providers
/
{id}
/
import-steps
Error
A valid request URL is required to generate request examples
{
  "current_step": 123,
  "methods": [
    {
      "description": "<string>",
      "name": "<string>",
      "needs_config": true,
      "provider": "<string>",
      "type": "<string>"
    }
  ],
  "provider": "<string>",
  "total_steps": 123,
  "type": "<string>"
}

Path Parameters

id
string
required

Provider ID

Response

200 - application/json

OK

current_step
integer

Current step number

methods
object[]

Available import methods for this step

provider
string

Provider ID

total_steps
integer

Total number of steps

type
string

"config", "select_api", "import_method"