Skip to main content
GET
/
cosigners
/
{cosignerId}
/
api_keys
/
{apiKeyId}
/
{requestId}
TypeScript
const response: Promise<FireblocksResponse<Status>> = fireblocks.cosignersBeta.getRequestStatus(cosignersBetaApiGetRequestStatusRequest);
{
  "status": "COMPLETED",
  "type": "PAIR_API_KEY"
}

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

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"