Skip to main content
GET
/
pay
cURL
curl --request GET \
  --url https://api.slash.com/pay \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "slashHandle": "<string>",
  "name": "<string>",
  "accountId": "<string>"
}

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Response

OK

Details about a single SlashHandle

id
string
required

The id of the SlashHandle

slashHandle
string
required

The username that others can use to send money to this entity

name
string
required

The display name of the entity

accountId
string
required

The ID of the account that will send and receive funds for this entity