Operations
This set of API calls allows you to fetch operations on various Keyless entities.
Operations
Get a user's pending operations
The customer service api key
The user id
An user's pending operations
Unique operation identifier set and managed by the client
Operation payload set and managed by the client
User id set and managed by the client
Authentication type of the operation
Request is invalid and shouldn't be retried if the request is unchanged
Unauthorized request, the request can't be processed unless you provide a valid authentication method
Resource not found
Not acceptable representation
An internal error occurred, please try again later or contact the support.
Get a customer operation
The customer service api key
Unique operation identifier set and managed by the client
A customer operation
Unique operation identifier
Creation date time
2020-01-02T03:04:05.68Name of the service that created the operation
An HEX string representing the user id
0123456789ABCDEFCustomer SDK api key
User id set and managed by the client
Unique operation identifier set and managed by the client
Operation payload set and managed by the client
True if the operation is approved, false otherwise
Authentication type of the operation
State of the operation. Possible values are 'approved' or 'pending'
approvedRequest is invalid and shouldn't be retried if the request is unchanged
Unauthorized request, the request can't be processed unless you provide a valid authentication method
Resource not found
Not acceptable representation
An internal error occurred, please try again later or contact the support.
Create a pending operation
The customer service api key
The user id
User id set and managed by the client
Unique operation identifier set and managed by the client
Operation payload set and managed by the client
Operation created successfully
Positive feedback on the operation result
Always true
Request is invalid and shouldn't be retried if the request is unchanged
Unauthorized request, the request can't be processed unless you provide a valid authentication method
Resource not found
Not acceptable representation
The requested operation conflicts with the current state of the server
Media type not supported, the request can't be processed
An internal error occurred, please try again later or contact the support.
JWT
Get the customer public key in PEM format
The customer service api key
The public key in PEM format
PEM key representation of the customer public key
-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwJ1 -----END PUBLIC KEY-----Request is invalid and shouldn't be retried if the request is unchanged
Unauthorized request, the request can't be processed unless you provide a valid authentication method
Not acceptable representation
Verify a signed JWT message. The only format accepted for now is a JWT generated by a PIN signature
The customer service api key
The signed JWT message
The verification completed successfully. Check the result to see if the signature is valid or not
True if the signature is valid, false otherwise
Request is invalid and shouldn't be retried if the request is unchanged
Unauthorized request, the request can't be processed unless you provide a valid authentication method
Not acceptable representation
Media type not supported, the request can't be processed
Last updated
Was this helpful?