The Administration for Children and Families plg_auth_check API

The plg_auth_check API from The Administration for Children and Families — 1 operation(s) for plg_auth_check.

OpenAPI Specification

the-administration-for-children-and-families-plg-auth-check-api-openapi.yml Raw ↑
swagger: '2.0'
info:
  title: TDP plg_auth_check API
  description: TANF Data Portal API documentation
  contact:
    email: tanfdata@acf.hhs.gov
  version: v1
host: tanfdata.acf.hhs.gov
basePath: /
schemes:
- https
consumes:
- application/json
produces:
- application/json
security:
- Basic: []
tags:
- name: plg_auth_check
paths:
  /plg_auth_check/:
    parameters: []
    get:
      operationId: plg_auth_check_list
      description: Handle get request and verify user is authorized to access plg apps.
      parameters: []
      responses:
        '200':
          description: ''
      tags:
      - plg_auth_check
securityDefinitions:
  Basic:
    type: basic