These are pre-launch instructions for using API Key Auth. Base URL may change depending on how we resolve issues with Azure Application Gateway, which will be updated prior to production launch.
As of November 11, 2020, API access to CDISC Library requires an API key. Previous Basic Auth is no longer supported. Follow these instructions to obtain and test with an API key.
Please contact the CDISC Library Support (mailto:cdisc_library_support@cdisc.org) when you need assistance.
General Process Flow
Obtain API Key
# | Instruction | Screenshot | Remarks |
---|---|---|---|
1 | Navigate web browser to https://api.developer.library.cdisclibrary.org/signin. | ||
2 | Enter same credentials as you would for CDISC Library Data Standards Browser. Click Sign In. | Enter the same credentials you would for Data Standards Browser. Use the Forgot your password? link to reset password. | |
3 | Select API Key from top navigation menu. | ||
4 | Verify CDISC Library API is listed as a product under the Subscription section. | ||
5 | Click "Show" (of either primary or secondary key) to reveal a system-generated API key assigned to your CDISC Library account. | An API key is a 32-byte hexadecimal value. A fictitious key looks like this: abcdef0123456789abcdef0123456789 . |
Test API Endpoint with API Subscription Key
Instruction | Screenshot | Remarks | |
---|---|---|---|
1 | Compose an CDISC Library API query to this specification:
| Specifying the Accept header is optional. | |
2 | Execute query. | HTTP 200 is expected when authentication is successful. | |
3 | Obtain API usage metrics from https://api.developer.library.cdisclibrary.org/reports. |