GET user json inside Unreal Engine С++

There are multiple headers you’ll need to send on a request, and they vary by endpoint. For the user endpoint, you’ll need to send the Accept header to specify Kraken v5, the Authorization header to provide the user’s OAuth token, and the Client-ID header to send your Client-ID. You can see examples of each of these in the user endpoint documentation. They are the lines that have -H in them.

1 Like