cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
941
Views
0
Helpful
3
Replies

CMS recorder callbridge api : 400 bad request error

jaheshkhan
Level 5
Level 5

xmpp enabled

callbridge enabled

recorder enabled in separate VM

all are using selfsigned certificate.

 

when i used postman chrome to create api for callprofiles, recorders, calllegprofiles, all ended up result as 400 bad request.

no spaces created yet.

 

at the same time when i tried https://<ipaddress>:445/ it ended up 200 OK. 

 

 

so where is the mistake im doing here. 

it shows 

<failureDetails>
<callProfiles />
</failureDetails>

 

<failureDetails>
<callLegProfiles />
</failureDetails>

1 Accepted Solution

Accepted Solutions

it was because of URL .
URL is case sensitive. friends be careful when you play with it.

https://142.17.22.1/api/v1/

i was enter /api/V1 ie capital letter V instead of small letter v.

View solution in original post

3 Replies 3

jaheshkhan
Level 5
Level 5
anybody to help in this regard?

jaheshkhan
Level 5
Level 5
xmpp service is showing registered with callbridge.

but still postman showing still bad request 400.

it was because of URL .
URL is case sensitive. friends be careful when you play with it.

https://142.17.22.1/api/v1/

i was enter /api/V1 ie capital letter V instead of small letter v.