IdentityGram Signin
Sign in to IdentityGram using the authentication endpoint.
This skill authenticates a user by sending credentials to https://gateway-v2.identitygram.co.uk/auth/signin.
Usage
Use this skill when you need to authenticate a user with IdentityGram credentials.
Configuration
The skill expects the following parameters:
- -
email: User's email address - INLINECODE2 : User's password
These can be provided through OpenClaw's skill invocation system.
Response
The skill returns a JSON response with:
- -
raw: Full response from IdentityGram API - INLINECODE4 : Boolean indicating if authentication was successful (if available)
- INLINECODE5 : Authentication token (if available)
- INLINECODE6 : Access token (if available)
- INLINECODE7 : Refresh token (if available)
- INLINECODE8 : User information (if available)
- INLINECODE9 : Status message (if available)
How It Works
- 1. Sends a POST request to INLINECODE10
- Includes email and password in the request body as JSON
- Returns the authentication response with tokens and user information
Troubleshooting
Authentication failed:
- - Verify email and password are correct
- Ensure the IdentityGram endpoint is accessible
Connection errors:
- - Verify the endpoint URL is correct
- Check network connectivity
- Ensure the IdentityGram service is running
IdentityGram 登录
使用认证端点登录 IdentityGram。
该技能通过将凭据发送至 https://gateway-v2.identitygram.co.uk/auth/signin 来验证用户身份。
使用方法
当需要使用 IdentityGram 凭据验证用户身份时,请使用此技能。
配置
该技能需要以下参数:
- - email:用户的电子邮件地址
- password:用户的密码
这些参数可通过 OpenClaw 的技能调用系统提供。
响应
该技能返回包含以下内容的 JSON 响应:
- - raw:来自 IdentityGram API 的完整响应
- success:布尔值,指示身份验证是否成功(如可用)
- token:身份验证令牌(如可用)
- accessToken:访问令牌(如可用)
- refreshToken:刷新令牌(如可用)
- user:用户信息(如可用)
- message:状态消息(如可用)
工作原理
- 1. 向 https://gateway-v2.identitygram.co.uk/auth/signin 发送 POST 请求
- 在请求体中以 JSON 格式包含电子邮件和密码
- 返回包含令牌和用户信息的身份验证响应
故障排除
身份验证失败:
- - 验证电子邮件和密码是否正确
- 确保 IdentityGram 端点可访问
连接错误:
- - 验证端点 URL 是否正确
- 检查网络连接
- 确保 IdentityGram 服务正在运行