SIM for Things

Modify CALLBACK API

Modify CALLBACK API
  1. On the CALLBACK API screen, click

c00a277f-aec8-4580-bfe0-6991704534a8

to Modify the Token and URI. Refer to the following screen.

da0078c3-4ae2-4f20-bd26-92fa166150b2
Figure 1 Edit Token

2. Modify Token details screen will be as below,

b4393c4a-734d-41a1-9c8f-76f7f67b7315
Figure 2 Update Token

3. After clicking Update a confirmation message is displayed indicating the "Modify Token success".

c9d0713e-1a5a-4668-a199-274e25d60632
Figure 3 Confirmation Message

4. Modify URI details screen will be as below.

88923395-bbb0-4b1c-a61d-1b0016c28bf3
Figure 4 URI Modification

5. After clicking UPDATE a confirmation message is displayed indicating the "Modify Call Back URI success".

f80bbb8e-896f-4e50-a975-741b4915f336
Figure 5 Confirmation Message

6. The following CALLBACK API details are displayed on the modification screen.

Field

Description

Token Value

Indicates the field where a user can upload/Modify (JWT) token.
Using tooltip we should define what kind of token is supported.
Note: JWT token format consist of three parts separated by dots
Header
Payload
Signature
Ex: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJWb2RhZm9uZSIsImF1Z
CI6IkFDQ0VTUyIsInNjb3BlcyI6IkFETUlOIiwiaXNzIjoiSW9
UUHJvZHVjdGlvbiIsImlhdCI6MTYwMjY4MTM3MSwiZXhwIjoxN
jAyNjk1NzcxfQ.Wh47h30K-mKE7iMkRnJHZKo0TC0E-FbbEI_v
SU0CJD7oSBmPIoai2F5CLiOeK-xel0ucEZHIs955-NnXhj6h4A

Process ID

Indicates the specific and unique ID of the each Process.
Non-editable

Process Name

Indicates the name of the process as we define it in the backend during process integration with callback and define customer tier id so that based on tier id show the process list to customers.
Non-Editable

CallBack URI

Indicates the URI provided by customer. This is relative to the Callback domain. If non provided it should have the "Provide your URI" as a feed back.

maximum URL Length: Must not exceed 2,000 characters. (was 300 chars)

Path Segment Length: Each segment (between slashes /) must be no longer than 255 characters. (was 50 chars)

Scheme Requirement: Only https:// URLs are accepted.

Allowed characters: Only below mentioned special characters are allowed, except these characters, no other special characters are allowed in the URL as we have some security checks and regex validations in place.

•dot .

•hyphen -

•underscore _

•forward slash /

•colon : When colon character is used when port number is used in the URL.