
Noun Project is a public API providing icons.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | http://api.thenounproject.com/index.html | Primary API endpoint. |
curl -X GET "http://api.thenounproject.com/index.html" \ -H "Accept: application/json"