Get
/api/v1/importers.list
Use this endpoint to view the list of imports in the workspace. Permission required: run-import
Header parameters
X-Auth-Token
stringRequired
The authentication token.
Example1Dd4iN_ClKn5jl-xPC36snQ4s9Zd5GZnXCQuCNSKcVE
X-User-Id
stringRequired
The user ID.
ExampleCkCPNctrgCDfmWLqC
Responses
200
OK
Example 1
[
{
"key": "csv",
"name": "CSV"
},
{
"key": "slack",
"name": "Slack"
},
{
"key": "slack-users",
"name": "Slack_Users"
},
{
"key": "omnichannel_contact",
"name": "omnichannel_contacts_importer"
}
]Array of object
object
key
string
name
string
401
Unauthorized
Authorization Error
{
"status": "error",
"message": "You must be logged in to do this."
}object
status
string
message
string