Create an API Key

Create API Key

POST https://api.sendwyre.com/v2/apiKeys

Request Body

Name
Type
Description

desc

string

A description of the credentials.

type

string

Can be FULL or READONLY

ipWhitelist

array

List of IP addresses allowed to use the key, or empty for no restrictions.

{
  "apiKey": "AK-XXXX-YYYYY-ZZZZZ-QQQQQ",
  "owner": "account:AC_XYZ",
  "type": "FULL",
  "desc": "AwesomeWallet Connection",
  "secretKey": "SK-ZZZZ-ZZZZ-ZZZZ-ZZZZ",
  "ipWhitelist": []
}

Last updated

Was this helpful?