Hi,
i have a white-label account.
i’m trying to use your api to create workspace and to invite an user, but it’s not working,
curl --request POST
–url ‘https://registry.api.answerly.io/collab/invite-link?=’
–header ‘Content-Type: application/json’
–data ‘{
“APIKey”: “MY_API_KEY”,
“email”: “@.com”,
“workspaceName”: “test_workspace”,
“hostname”: “app.answerly.io”
}’
Please help!
Thank you!