🔑Authentication

As we are still in the process of verification, access to the API is limited at this time.

To use the Phi API, it is necessary to apply through the Google Form below. Please fill out the form to submit your application.

API Request Form

After verification by the Phi team, your registered email address will receive a username and password. Please change the password as necessary using tools such as AWS CLI.

😍pageGet Access Token🤪pageGet Refresh Token🤩pageVerify Access Token😎pageRefresh JWT

API key

When registering, a temporary API key is provided for testing purposes, This API key has an expiration date in respect of security.

curl -X POST \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "query {listQuests { data { Condition Value }}}" }' \
  https://graph-api.phi.blue/graphql

Last updated