Skip to main content
GET
TypeScript

Path Parameters

cosignerId
string<uuid>
required

The unique identifier of the cosigner

apiKeyId
string
required

The unique identifier of the API key

requestId
string
required

Response

The status of the request

status
enum<string>
required

The status of the command

Available options:
WAITING_FOR_APPROVAL,
APPROVED,
CANCELLED,
REJECTED,
COMPLETED
Example:

"COMPLETED"

type
enum<string>
required

The type of the command

Available options:
PAIR_API_KEY,
UPDATE_CALLBACK_HANDLER,
UNPAIR_API_KEY
Example:

"PAIR_API_KEY"