cURL
curl --request GET \ --url https://api.phare.io/ \ --header 'Authorization: Bearer <token>'
{ "title": "Phare", "version": "1.0", "support": "[email protected]", "website": "https://phare.io", "documentation": "https://docs.phare.io/" }
Get basic API information
Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer '.
Success, information retrieved
API title
"Phare"
API version
"1.0"
Support email address
"[email protected]"
Platform website url
"https://phare.io"
API documentation url
"https://docs.phare.io/"
Was this page helpful?