# API Endpoint Import from Totango

**URL:** https://community.parabola.io/t/api-endpoint-import-from-totango/762
**Category:** Ask a question
**Created:** [July 6, 2020, 7:14pm UTC](https://community.parabola.io/t/api-endpoint-import-from-totango/762 "2020-07-06T19:14:41Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Kiara\_Elliott](https://avatars.discourse-cdn.com/v4/letter/k/7993a0/32.png) [@Kiara\_Elliott](https://community.parabola.io/u/Kiara_Elliott)
#### Post date: [July 6, 2020, 7:14pm UTC](https://community.parabola.io/t/api-endpoint-import-from-totango/762/1 "2020-07-06T19:14:41Z")

</div>

I would like to import data from a Totango segment. Within Totango, I can generate an API endpoint, but the format does not seem to match how it needs to get added into Parabola.

Any ideas how I can get this endpoint connected to Parabola?

curl --data ‘query= {“terms”:[{“type”:“string”,“term”:“status”,“query\_term\_id”:“status”,“in\_list”:[“Paying”]}],“count”:1000,“offset”:0,“fields”:[{“type”:“string\_attribute”,“attribute”:“Account Type”,“field\_display\_name”:“Account Type”},{“type”:“string\_attribute”,“attribute”:“Status”,“field\_display\_name”:“Status”},{“type”:“string”,“term”:“health”,“field\_display\_name”:“Health rank”},{“type”:“number\_attribute”,“attribute”:“Contract Value”,“field\_display\_name”:“Contract Value”,“desc”:true},{“type”:“simple\_date\_attribute”,“attribute”:“Last Business Review Date”,“field\_display\_name”:“Last Business Review Date”},{“type”:“list\_attribute”,“attribute”:“CSM Sentiment”,“field\_display\_name”:“Customer Sentiment”},{“type”:“list\_attribute”,“attribute”:“Health Survey”,“field\_display\_name”:“Health Survey”},{“type”:“number\_attribute”,“attribute”:“Current Overall Health Score”,“field\_display\_name”:“Current Overall Health Score”},{“type”:“simple\_date\_attribute”,“attribute”:“Last Contract Value Change Date”,“field\_display\_name”:“Last Contract Value Change Date”}],“scope”:“all”}’ --header ‘app-token:YOUR-TOKEN-HERE’ ‘[https://api.totango.com/api/v1/search/accounts](https://api.totango.com/api/v1/search/accounts)’

Thanks!

---

<div class="post-metadata">

### Author: ![brian](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/brian/32/11_2.png) [@brian](https://community.parabola.io/u/brian)
#### Post date: [July 6, 2020, 10:18pm UTC](https://community.parabola.io/t/api-endpoint-import-from-totango/762/2 "2020-07-06T22:18:48Z")

</div>

Hey Kiara,

I believe that curl command is sending that big JSON blob in the x-www-form-urlencoded format, which Parabola does not support currently! I don’t think this is going to work. You can vote for this feature to be enabled here: [Support for x-www-form-urlencoded headers](https://community.parabola.io/t/support-for-x-www-form-urlencoded-headers/392/7)
