Fact bird Graph QL API
Documentation of process:
________________________
To communicate with our API the following headers must be provided:
Accept: application/json Content-Type: application/json Authorization: <api-token>
To request an API token, contact our support on the mail listed to the right. (i have the token) :)
API EndPoint: https://api.cloud.factbird.com
__________________
What is going wrong here? Se my screenshot:
Need help on this issue, since i am not sure whether this is a network issue or my confiq
I am pretty sure they need to go into the Payload tab based on it being mentioned in the docs: Factbird GraphQL API
the message says your json ins't formatted correctly. specifically the first character is wrong. it's expecting json in the {
"key":"value"
}
format.
400 is often a formatting issue --- this can be what's supplied in an oauth token request, whether or not a value is url encoded or not -- or payload. Make sure your URL is encoded and check out the json in your payload.
@Ahmadhadji I would recommend you test on Postman before going into Alteryx so you can create variables for tokens and test more efficiently