import requests provider_pk = 123 url = f"https://api.keywordsai.co/api/providers/{provider_pk}/" headers = { "Authorization": "Bearer YOUR_API_KEY" } response = requests.get(url, headers=headers) print(response.json())
{ "id": "my-azure-provider", "provider_id": "my-azure-provider", "provider_name": "My Azure Provider", "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-15T10:30:00Z" }
api_key
extra_kwargs
Example
123
Was this page helpful?