Contact Support Go to Parrotica.com

Parrotica API

Introduction

This documentation will guide you through setting up, authenticating, and using the API effectively. Use the table of contents to navigate through the sections and find what you need quickly. For more information, contact support

BASE PATH
https://api.parrotica.com

How to retrieve your API key and user ID

To start using the Parrotica API, you'll need your API Key and User ID. Follow the steps below to retrieve them from your account:

  1. 1. Log In to your Parrotica account.
  2. 2. Navigate to Settings in the bottom area of the sidebar.
  3. 3. Go to the API Settings section.
  4. 4. Copy your API Key and User ID.

Keep your API Key and User ID secure, and do not share it publicly or push it to any repository.

Authentication

Authentication method

Parrotica uses the x-api-key header for API authentication. Include the API Key in the x-api-key header for every request.

Example Header
x-api-key: YOUR_API_KEY

Best Practices

  1. 1. Keep your API Key secure and never expose it in public repositories.
  2. 2. Regularly rotate your API Key for added security
  3. 3. Use HTTPS to encrypt requests and responses.
  4. 4. Avoid hardcoding your API Key in client-side applications.

Methods

ActivityLog

GET /api/v1/activity/{userId}

Contact









Groups









Message














Transaction


Data Models

This section gives a type description of the input and output interfaces.

Contact_GetContactSummary_200_response : Up

status
code
message
data (optional)

Contact_GetCostSummaryForGroup_200_response : Up

status
code
message
data (optional)

Contact_addContacts_200_response : Up

status
code
message
data (optional)

Contact_deleteManyContacts_200_response : Up

status
code
message
data (optional)

Contact_getContact_200_response : Up

status
code
message
data (optional)

Contact_getContacts_200_response : Up

status
code
message
data (optional)
meta (optional)

ContactCreation : Up

fullName (optional)
number

ContactQuery : Up

id
fullName
number
isDND

ContactSummary : Up

starredGroups
array[String] Holds 9 starred groups names/titles
contactCount
BigDecimal Number of contacts for a user
groupCount
BigDecimal Number of groups for a user

CostSummaryQuery : Up

dNDCount
costForDND
nonDNDCount
costForNonDND
totalCost

Group_AddContactsToGroup_200_response : Up

status
code
message
data (optional)

Group_CreateGroup_201_response : Up

status
code
message
data (optional)

Group_GetAllGroups_200_response : Up

status
code
message
data (optional)
meta (optional)

GroupCreation : Up

title
description (optional)

GroupQuery : Up

id
title
description
isStarred
contacts

Message_ArchiveMessages_200_response : Up

status
code
message
data (optional)

Message_GetMessage_200_response : Up

status
code
message
data (optional)

Message_GetMessages_200_response : Up

status
code
message
data (optional)
meta (optional)

Message_GetSenderIds_200_response : Up

status
code
message
data (optional)

Message_MessagePrice_200_response : Up

status
code
message
data (optional)

MessageCreation : Up

content
senderId
scheduledAt
Date format: date-time
contactids
groupids
numbers

MessageExisting : Up

content
senderId
scheduledAt
Date format: date-time
contactids
groupids
numbers

MessageQuery : Up

id
content
senderId
state
status
scheduledAt
Date format: date-time
updatedAt
Date format: date-time
createdAt
Date format: date-time
contacts
groups

MessageQueryParam : Up

state (optional)

PaginationMeta : Up

page
count
skipped
total

PaginationQuery : Up

ScheduleExisting : Up

messageId
scheduleDate
Date format: date-time

SenderId : Up

id
senderId
updatedAt
Date format: date-time
createdAt
Date format: date-time
status

SingleContactQuery : Up

id
fullName
number
isDND
groups
cost

StandardResponse : Up

status
code
message

Transaction_getAllTransaction_200_response : Up

status
code
message
data (optional)
meta (optional)

Transaction_getAllTransaction_404_response : Up

status
code
message
data (optional)

TransactionQuery : Up

id
amount
BigDecimal Amount in Naira
value
BigDecimal number of units
description
String Transaction details
status
String Transaction status
action
String Action
unit
String Unit
updatedAt
Date Date of completion or cancellation format: date-time
createdAt
Date Date of creation format: date-time

TransactionQueryParam : Up

startDate
Date format: date-time
EndDate
Date format: date-time

TransactionQueryParam : Up

startDate
Date format: date-time
EndDate
Date format: date-time