Application id
MANAGEMENT API (BETA)
/- Get application
Update application
List applications for a client
Get application
Norce Management API (v1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/{id}
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/{id}'
Response
{ "Id": 0, "Key": "00000000-0000-0000-0000-000000000000", "Name": "string", "Description": "string", "HostClientId": 0, "Url": "string", "ProductUrl": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string" }
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/{id}
- cURL
- JS
- C#
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/{id}' \
-H 'Content-Type: application/json' \
-d '{
"Id": 0,
"Key": "00000000-0000-0000-0000-000000000000",
"Name": "string",
"Description": "string",
"HostClientId": 0,
"Url": "string",
"ProductUrl": "string",
"IsActive": true,
"Changed": "string",
"ChangedBy": "string"
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/byclient
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/byclient
Response
[ { "Id": 0, "Key": "00000000-0000-0000-0000-000000000000", "Name": "string", "Description": "string", "HostClientId": 0, "Url": "string", "ProductUrl": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]