Authentication
Getting and managing your API keys
How to Obtain Your API Key
Using Your API Key
Authorization: Bearer YOUR_API_KEY Example (cURL):
curl -X GET 'https://api.nodefy.xyz/api/v1/webhooks/' \
-H 'Authorization: Bearer YOUR_API_KEY'Important Considerations
Error Handling
Last updated