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

Raygun Invitations API

Send, list, retrieve, and revoke organization-member invitations. Used to programmatically onboard and offboard users from your Raygun account.

Raygun Invitations API is one of 15 APIs that Raygun publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Observability, Administration, and Invitations. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.

This API exposes 4 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 3.0.

Requests are made against a single base URL, https://api.raygun.com/v3.

4 operations 3 paths 1 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0
Server
https://api.raygun.com/v3
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Raygun Invitations API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (personal_access_token). By default, every request must be authenticated.

  • personal_access_token — Personal Access Token authorization using the Bearer scheme. Example: Authorization: Bearer {token}

Paths & Operations 4

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

invitations 4
GET
/invitations
List Invitations
list-invitations 3 params → 200401403429
POST
/invitations
Send an Invitation
send-invitation body → 201400401403409422429
GET
/invitations/{invitation-identifier}
Get Invitation by Identifier
get-invitation-by-identifier 1 param → 200401403404429
POST
/invitations/{invitation-identifier}/revoke
Revoke Invitation
revoke-invitation 1 param → 204401403404409429

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is invitation (7 properties). Each schema is shown below with its type and property counts.

invitation
object
7 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

raygun-invitations-api-openapi.yml Raw ↑

Other APIs Raygun publishes across the network.

Raygun Applications API
Raygun Errors API
Raygun Deployments API
Raygun Source Maps API
Raygun Sessions API
Raygun Pages API
Raygun Customers API
Raygun Metrics API
Raygun Flutter Symbols API
Raygun Teams API
Raygun Plans API
Raygun Crash Reporting Ingestion API