Authenticate your request to the Flow Management API.
Authenticate your API requests by providing a Management API key as a bearer token. All API requests expect this bearer token to be present.
You can register a new Management API key within your organization settings. Go to your organization settings.
Treat API keys with care
Never share keys with other users or applications. Do not publish keys in public code repositories.
#To authorize, use this code
# With shell, you can just pass the correct header with each request
curl "https://api.flow.ai/v1/projects/:projectId/flows"
-H 'Authorization: Bearer MY_MANAGEMENT_API_KEY'
#Make sure to replace MY_MANAGEMENT_API_KEY with your API key.