Whitepaper: Flickrz
  • Introduction
  • Token Ecosystem
    • Enjoy and Earn (E&E) Model
    • The Flickrz Token
    • User Experience
  • Revenue Models
    • Token Allocation
  • Key Team Members
  • Roadmap
  • IP Business
  • Market Potential
  • API Documentation
    • Base URL
    • Authentication
    • Endpoints
    • Conclusion
  • Flickrz Exchange Integration
    • Public Services​
    • Running a Full Node​
    • Access via Node Command Line Interface (CLI)
    • SDKs
    • Important: Ensuring Transaction Finality​
  • Conclusion
  • FAQ
Powered by GitBook
On this page
  1. API Documentation

Authentication

a) API Key Generation: Users can generate their API keys by logging into their Flickrz account and navigating to the API settings section. They can then create a new API key and securely store it for authentication purposes.

b) API Key Usage: Once users obtain their API key, they must include it in the request headers of API calls to authenticate their requests. The API key should be included in the Authorization header as a Bearer token.

Authentication is required for certain endpoints. The Flickerz API currently supports API key authentication. Please include your API key in the request headers as follows:

Authorization: Bearer YOUR_API_KEY 
PreviousBase URLNextEndpoints

Last updated 11 months ago