Python
import requests url = "https://platform.ankra.app/org/helm/credentials" headers = {"Authorization": "Bearer <token>"} response = requests.get(url, headers=headers) print(response.text)
{ "credentials": [ { "id": "<string>", "name": "<string>", "created_at": "<string>" } ], "total_count": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
Successful Response
Show child attributes