Skip to main content
GET
Retrieve a contact

Authorizations

X-API-Key
string
header
required

User API key authentication. Create a key under Settings → API keys in the Slash dashboard (https://app.slash.com/global-settings/api-keys) and send the x-legal-entity header naming the legal entity to act on with every request. Keys scoped to a legal entity are rejected with 403 user_api_key_required.

Headers

The legal entity to act on. Required on every request; a user API key can act on any legal entity its user has access to.

Pattern: ^le_[a-zA-Z0-9]+$

Path Parameters

contactId
string
required

Contact id with the le_c_ prefix.

Response

The contact.

A person or business that owns one or more payment destinations.

id
string
required

Contact id with the le_c_ prefix.

name
string
required

Display name visible to your organization.

recipientType
enum<string>
required
Available options:
contact,
vendor
status
enum<string>
required
Available options:
active,
archived
createdAt
string<date-time>
required
recipientEmail
string<email>
address
Address · object
archivedAt
string<date-time>