Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

2022-12-07: Updated to incorporate cdiscID, SSO solution for CDISC applications
2020-10-12: Initial version

Warning
titleImportant note about API key

Accessing CDISC Library API without an API key will result in HTTP 401 (Access Denied). A message similar to the following will appear in the response payload:

Code Block
{
    "statusCode": 401,
    "message": "Access denied due to missing subscription key. Make sure to include subscription key when making requests to an API."
}

...

Gliffy Diagram
macroId66f330fb-553c-4e1f-844e-7f494bf2407d
nameObtain API Key
pagePin1


Obtain API Key

Status
colourYellow
titleUpdated

#InstructionScreenshotRemarks
1Obtain a CDISC Library account and set up initial passwordcdiscID, a single sign-on solution for CDISC applicationsFor details, refer to httpscdiscID: //www.cdisc.org/cdisc-library/getting-startedSign in/Sign up Instructions.No actions are needed for existing CDISC Library users. 
2Navigate web browser to the API Management Developer Portal at https://api.developer.library.cdisc.org/signin.
Expand

Users can alternatively access the API Management Developer Portal through the Data Standards Browser's gear icon.
3Enter same credentials as you would for CDISC Library Data Standards Browser. Click Sign In.
Expand

Image RemovedImage Added

Enter the same credentials you would for Data Standards Browser.

Use the Forgot your password? link to reset password.

4Select API Key from top navigation menu.
Expand


5Verify CDISC Library API is listed as a product under the Subscription section.
Expand


6Click "Show" (of either primary or secondary key) to reveal a system-generated API key assigned to your CDISC Library account.
Expand

An API key is a 32-byte hexadecimal value. A fictitious key looks like this: abcdef0123456789abcdef0123456789.

...