API Changelog
Download source
  • JSON OpenAPI specification
  • YAML OpenAPI specification
PPEAM

Topics

  • Introduction
  • Servers
  • Authentication

Endpoints

  • Announcements
    • Get All GET
    • Create POST
    • Read GET
    • Update PUT
    • Delete DELETE
  • Assignments
    • Get All GET
    • Create POST
    • Get GET
    • Update PUT
    • Delete DELETE
    • Substitute POST
    • Duplicate POST
    • Recommendations POST
  • Attachments
    • Create POST
    • Read Attachment GET
  • Authentication
    • Instalink Auth GET
    • Create Instalink POST
    • Password Auth POST
  • Availability
    • Create POST
    • Update PUT
    • Delete DELETE
  • Circuits
    • Get All GET
    • Create POST
    • Read GET
    • Update PUT
    • Delete DELETE
  • Congregations
    • Read All GET
    • Create POST
    • Read GET
    • Update PUT
    • Delete DELETE
  • Labels
    • Get All GET
    • Create POST
    • Update PUT
    • Delete DELETE
  • Locations
    • Get All GET
    • Create POST
    • Get GET
    • Update PUT
    • Delete DELETE
    • Add Labels To Location POST
    • Remove Labels From Location DELETE
  • Notifications
    • Create POST
  • Organizations
    • Get GET
  • Shift reports
    • Get All GET
    • Create POST
    • Read GET
    • Update PUT
    • Delete DELETE
  • Shifts
    • Create POST
    • Update PUT
    • Delete DELETE
  • Stats
    • Availability GET
  • Users
    • Get All GET
    • Create POST
    • Get GET
    • Update PUT
    • Delete DELETE
    • Instalink POST
    • Add Labels To User POST
    • Remove Labels From User DELETE
  • Web push subscriptions
    • Upsert POST
Powered by Bump.sh
API Changelog
Download source
  • JSON OpenAPI specification
  • YAML OpenAPI specification
PPEAM

Instalink Auth

GET /auth/instalink
Api key query

Query parameters

  • access_token string Required

    Minimum length is 64.

Responses

  • 200 application/json

    Successful Response

  • 422 application/json

    Validation Error

    Hide response attribute Show response attribute object
    • detail array[object]
      Hide detail attributes Show detail attributes object
      • loc array[string | integer] Required
      • msg string Required
      • type string Required
GET /auth/instalink
curl \
 -X GET https://metropolitanabolivia.org/auth/instalink?access_token=string&access_token=api_token_value
Response examples (422)
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}