cURL
curl --request GET \ --url https://api.byblend.com/api/v1/prescribers/credentials \ --header 'Authorization: Bearer <token>'
[ { "credential_code": "MD", "credential_name": "Doctor of Medicine" } ]
Retrieve a list of all available credentials.
Documentation IndexFetch the complete documentation index at: https://docs.byblend.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.byblend.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response with list of credentials
"MD"
"Doctor of Medicine"