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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response with list of credentials
The response is of type object[].
object[]