Ready… Get set… Go!
Navigate to the Sign Up page
Verify Email
[Optional] Update your Details
You are good to go! 🚀
Go to your Developer Dashboard
Navigate to the Billing > Credits page
Enter your Payment Details
Verify Successful Payment
Get your Auth Key
API Key
.In the Sulu Hub, we use a single API key for all your API calls. You can find your API key on the Developer Dashboard,
under the Authorization section. You will need this for the next section.You are all set and loaded! 🤑
/json
endpoint of the httpbin API.
Find the /json Endpoint
/json
endpoint of the httpbin API. You will find it under the
Response Formats sub-section of the endpoints.Setup a sample request
/json
endpoint.
This endpoint returns a JSON response with some basic information.
You can see the request URL, the request method, and the response schema.You can also try the API directly from the documentation page. To do this, we need to add the Authorization
header to the request.Send the request