Show available Twilio phone numbers in a table

Hello,

New to bubble, no technical background, but trying.

I am trying to show available Twilio numbers for purchase, the idea is that user have an unique twilio number, however I hit a stall.

I was able to call the api from my Twilio account but I cannot display the numbers in a table:

image

Help!!! and thanks =)

You can use repeating group or table to display your list of available numbers

I am trying, but I feel the data source or type of content is not correct! Hit a wall!

Try repeating group
Source as your API
Type as your API
In first cell place a text which says parent group’s country code

Same result. Just a blank square…

Which api endpoint are you calling? Link to documentation? From what I see, this is not returning a list…

You are correct, needed to change the API to be:
https://api.twilio.com/2010-04-01/Accounts/[AccountSID]/AvailablePhoneNumbers/[country]/Local.json?PageSize=10&Voice=[Voice]&SMS=[SMS]&MMS=[MMS]&address_requirements=[address_requirements]&NearNumber=[NearNumber]&region=[region]&lata[lata]

Now I can see a list, i am strugling on being able to purchase a number. Any idea on how to do it?

According to docs: