⚠Due to planned maintenance you will experience short (<30 min) downtime between 08:00 - 08:30 CET.
...
- Send email to support@wmda.info with a PGP/GPG public key. Or if you have other secure way to communicate the credential, please identify that in the email. Below we provide guide how can you generate PGP public key
- WMDA will provide you the credential and send email to notify you.
- You test the credential is working and can call call endpoint in sandbox system. You can follow the steps below to "Implemented to Generate at "Implementation of Generating Bear Token" and "Using the REST API" to test the credential:
- Implement the credential.
- Refresh Bear upload user guide below.
...
Expand | ||
---|---|---|
| ||
After install Kleppatra, follow steps below:
|
...
Implementation of Generating Bear Token
Data Manager uses Bear Token for the authorization as all WMDA API services, please follow user guide for API authentication to implement https://share.wmda.info/x/8I7RFw.
...
Step 1: Set up the credential by following the instruction above in the "Implement credentialImplementation of Generating Bear Token"
Step 2: Test to use the API in WMDA Data Manager sandbox.
Below is an example to guide how to get the information to upload a file:
URL | |
---|---|
SERVER URL | Sandbox system: https://sandbox-datamanager-api.wmda.info Production system: https://datamanager-api.wmda.info (Only process the file after get clean notification from WMDA) |
URI | /api/v1/ions/list |
METHOD | POST |
Full URL path example | https://sandbox-datamanager-api.wmda.info/api/v1/ions/list |
Request body | no request body needed |
HEADER | Authorization and Content-Type are required, the other ones are optional |
Authorization | Bear Token |
Content-Type | application/json |
...
Run curl call as below to get the ion(s) you have access. You may get one or multiple ions based on your access permission.
"-i" option can be used to check the detail details of the communication if something go wrong.
...