API Key
Create a new API key for your application/script in your Rebrandly dashboard.
You have three ways to include API key in your HTTP requests:
- Specifying an HTTP header
- Specifying an HTTP query parameter
- Specifying an HTTP body parameter
In all cases, parameter name must be apikey
and parameter value is YOUR_API_KEY
.
All examples in this documentation include API Key authentication via HTTP header.
Updated 7 months ago