Get the import mappings for the account.
Testing Env
Testing Env
GET
https://statimlogistics-test.dsapp.io/integration/api/v1/import/mappings
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://statimlogistics-test.dsapp.io/integration/api/v1/import/mappings' \
--header 'Authorization: Basic Og=='
Responses
🟢200List of import mappings
text/plain
Body
object {0}
Example
[
{
"mappingId": "string",
"accountId": "string",
"accountName": "string",
"mappingNamePrimary": "string",
"mappingNameSecondary": "string"
}
]
🟠401Unauthorized
Modified at 2025-02-27 04:43:49