Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Rasayel Contacts API

The Contacts API from Rasayel — 5 operation(s) for contacts.

Rasayel Contacts API is one of 7 APIs that Rasayel publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Contacts. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and rate-limit docs.

This API exposes 9 operations across 5 paths. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against a single base URL, https://api.rasayel.io/v1.

9 operations 5 paths 0 schemas 3 DELETE2 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Base URL
https://api.rasayel.io/v1/
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Rasayel Contacts API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (basicToken). By default, every request must be authenticated.

  • basicToken — Basic Auth value from a Rasayel API key. Send as: Authorization: Basic {token}. API keys carry a Read or Read/Write scope. Optional XOnBehalfOf header imperson…

Paths & Operations 9

Across 5 paths, the API surfaces 9 operations — 3 DELETE, 2 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Contacts 9
GET
/contacts
Fetch Contacts
contactsFetchContacts → 200
POST
/contacts
Create Contact
contactsCreateContact body → 201
PATCH
/contacts/{id}
Update Contact
contactsUpdateContact 1 param body → 201
GET
/contacts/{id}
Fetch Contact
contactsFetchContact 1 param → 200
POST
/contacts/{id}/tag
Tag Contact
contactsTagContact 1 param body → 201
DELETE
/contacts/{id}/tag
Untag Contact
contactsUntagContact 1 param body → 201
POST
/contacts/{id}/properties
Attach Properties to Contact
contactsAttachPropertiesToContact 1 param body → 200
DELETE
/contacts/{id}/properties
Detach Properties from Contact
contactsDetachPropertiesFromContact 1 param body → 200
DELETE
/contacts/{id}/properties/{property_id}
Detach Property from Contact
contactsDetachPropertyFromContact 2 params → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rasayel-contacts-api-openapi.yml Raw ↑

Other APIs Rasayel publishes across the network.

Rasayel Channels API
Rasayel Conversations API
Rasayel Messages API
Rasayel Properties API
Rasayel Tags API
Rasayel Templates API