Startup Funding

FREEMIUM
By younes el akramine | Updated 4 days ago | Finance
Popularity

0 / 10

Latency

26ms

Service Level

100%

Health Check

N/A

README

How to obtain a token?

This is a recently released API July 2022 and this is the first released tutorial, the author of this guide is a beginner developer who wrote this small guide from an API provider perspective to help developers setup and use the API, there may be some gaps, please do test or search appropriate information to your use case.

To use this API, you should follow those 3 steps:
A- create an account in https://nyb23.herokuapp.com
B- obtain your token,
C- insert your token in the headers.

## A- create an account in : https://nyb23.herokuapp.com
1- go to : https://nyb23.herokuapp.com/accounts/signup
2- please consider (optional) using your developer (pro) e-mail not your personal e-mail,
3- choose a USERNAME and a PASSWORD and keep them in a safe place because you will need them to finish this guide,
4- fill the form and click the Sign Up button,

## B- obtain your token,
If you send a POST request in POSTMAN with USERNAME and PASSWORD as arguments to this end point
[https://nyb23.herokuapp.com/api-askfora-token], POSTMAN will return YOUR TOKEN.

in POSTMAN/
1- new request,
2- type of request : POST,
3- in Enter request URL, input https://nyb23.herokuapp.com/api-askfora-token
4- in BODY -> raw, you should input your USERNAME and PASSWORD in this format basically:

{
“username”: “xxxxx”,
“password”: “xxxxx”
}

5- select JSON as data type,
6- click the send button.
7- you should have YOUR TOKEN as a response at the bottom.
8- keep YOUR TOKEN in a safe place because you will need them to finish this guide,

## C- insert your token in the headers.
This step is on the consumer developer perspective, please do search the appropriate information for your use case: language, framework, security, context,… you can also use POSTMAN to test and debug your code snippets.

Some resources videos, Q/A, … are available online and will help you find the right code syntax. Basically YOUR TOKEN must be added to the RAPIDAPI CODE SNIPPETS as a headers argument:
in this format:
headers = {
“x-rapidapi-host”: “xxxxxxxxxxxxxxxx”,
“x-rapidapi-key”: “xxxxxxxxxxxxxxxx”,
“Authorization”: “YOUR TOKEN”
}

That’s it, please do not hesitate to comment or ask questions, this will help guide this API provider efforts to improve the API, including this tutorial.

Followers: 1
Resources:
Product Website
API Creator:
Rapid account: Younes El Akramine
younes el akramine
contactsinfospro
Log In to Rate API
Rating: 5 - Votes: 1