Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 291 Bytes

auth.test.md

File metadata and controls

28 lines (16 loc) · 291 Bytes

This method checks authentication and tells you who you are.

Arguments

{ARGS}

Response

{
	"ok": true,
	"url": "https:\/\/myteam.slack.com\/",
	"team": "My Team",
	"user": "cal",
	"team_id": "T12345",
	"user_id": "U12345"
}

Errors

{ERRORS}

Warnings

{WARNINGS}