Export all organizations to a CSV file
GET
/v2/organizations/exportLast modified: 3 days ago
Export all organizations to a CSV file
Request
Query Params
only
array[string]
optional
List of organization attributes that we want to include in the CSV file.
Allowed values:
allnamecompany_namedescriptionparent_organizationpartnercreated_atupdated_at
Example:
["all"]
except
array[string]
optional
List of organization attributes that we do not want to include in the CSV file.
Allowed values:
namecompany_namedescriptionparent_organizationpartnercreated_atupdated_at
Example:
["company_name"]
Request samples
Responses
OK(200)
Unauthorized(401)
Forbidden(403)
HTTP Code: 200
Content Type : JSONapplication/json
CSV generated successfully
Data Schema
object {0}
Example
{}
Last modified: 3 days ago