CURL Not Working

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!

Hello there!

Can you let me know what is the error you’re getting when you try to submit your http request?

{
“status”: false,
“data”: “Unauthorized”
}

Hey, do you have a solution here?